summaryrefslogtreecommitdiff
path: root/ext/hash/php_hash_gost.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/hash/php_hash_gost.h')
-rw-r--r--ext/hash/php_hash_gost.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/ext/hash/php_hash_gost.h b/ext/hash/php_hash_gost.h
index ccb2d91558..3837eeb263 100644
--- a/ext/hash/php_hash_gost.h
+++ b/ext/hash/php_hash_gost.h
@@ -35,12 +35,3 @@ PHP_HASH_API void PHP_GOSTUpdate(PHP_GOST_CTX *, const unsigned char *, size_t);
PHP_HASH_API void PHP_GOSTFinal(unsigned char[64], PHP_GOST_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
- */