summaryrefslogtreecommitdiff
path: root/ext/hash/hash_ripemd.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/hash/hash_ripemd.c')
-rw-r--r--ext/hash/hash_ripemd.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/ext/hash/hash_ripemd.c b/ext/hash/hash_ripemd.c
index ea4c81968b..083e6a9955 100644
--- a/ext/hash/hash_ripemd.c
+++ b/ext/hash/hash_ripemd.c
@@ -766,12 +766,3 @@ PHP_HASH_API void PHP_RIPEMD320Final(unsigned char digest[40], PHP_RIPEMD320_CTX
ZEND_SECURE_ZERO((unsigned char*) context, sizeof(*context));
}
/* }}} */
-
-/*
- * Local variables:
- * tab-width: 4
- * c-basic-offset: 4
- * End:
- * vim600: sw=4 ts=4 fdm=marker
- * vim<600: sw=4 ts=4
- */