diff options
Diffstat (limited to 'ext/hash/php_hash_snefru.h')
-rw-r--r-- | ext/hash/php_hash_snefru.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/ext/hash/php_hash_snefru.h b/ext/hash/php_hash_snefru.h index 8e205a95b6..2040fbfc94 100644 --- a/ext/hash/php_hash_snefru.h +++ b/ext/hash/php_hash_snefru.h @@ -38,12 +38,3 @@ PHP_HASH_API void PHP_SNEFRUUpdate(PHP_SNEFRU_CTX *, const unsigned char *, size PHP_HASH_API void PHP_SNEFRUFinal(unsigned char[32], PHP_SNEFRU_CTX *); #endif - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * End: - * vim600: sw=4 ts=4 fdm=marker - * vim<600: sw=4 ts=4 - */ |