diff options
Diffstat (limited to 'ext/standard/md5.c')
| -rw-r--r-- | ext/standard/md5.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/ext/standard/md5.c b/ext/standard/md5.c index f59c3362f1..d6ec2ffa66 100644 --- a/ext/standard/md5.c +++ b/ext/standard/md5.c @@ -389,12 +389,3 @@ PHPAPI void PHP_MD5Final(unsigned char *result, PHP_MD5_CTX *ctx) ZEND_SECURE_ZERO(ctx, sizeof(*ctx)); } - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * End: - * vim600: sw=4 ts=4 fdm=marker - * vim<600: sw=4 ts=4 - */ |
