diff options
Diffstat (limited to 'ext/hash/hash_md.c')
-rw-r--r-- | ext/hash/hash_md.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/ext/hash/hash_md.c b/ext/hash/hash_md.c index 69036cda2e..497c7d9d8d 100644 --- a/ext/hash/hash_md.c +++ b/ext/hash/hash_md.c @@ -691,12 +691,3 @@ PHP_HASH_API void PHP_MD2Final(unsigned char output[16], PHP_MD2_CTX *context) memcpy(output, context->state, 16); } - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * End: - * vim600: sw=4 ts=4 fdm=marker - * vim<600: sw=4 ts=4 - */ |