Add missing NEWS entry, copyright notice, and vim settings

Should have gone with d244b54c67
This commit is contained in:
Sara Golemon 2015-10-16 00:17:59 -07:00 committed by Sara Golemon
parent d244b54c67
commit e800da9920
3 changed files with 29 additions and 0 deletions

View file

@ -49,3 +49,11 @@ PHP_HASH_API void PHP_SHA3512Update(PHP_SHA3_512_CTX*, const unsigned char*, uns
PHP_HASH_API void PHP_SAH3512Final(unsigned char[32], PHP_SHA3_512_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
*/