openssl/crypto/sha
Rich Salz 16f8d4ebf0 memset, memcpy, sizeof consistency fixes
Just as with the OPENSSL_malloc calls, consistently use sizeof(*ptr)
for memset and memcpy.  Remove needless casts for those functions.
For memset, replace alternative forms of zero with 0.

Reviewed-by: Richard Levitte <levitte@openssl.org>
2015-05-05 22:18:59 -04:00
..
asm Add assembly support for 32-bit iOS. 2015-04-20 15:06:22 +02:00
Makefile Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevant 2015-03-31 20:16:01 +02:00
sha1_one.c OPENSSL_NO_xxx cleanup: SHA 2015-01-27 12:34:45 -05:00
sha1dgst.c OPENSSL_NO_xxx cleanup: SHA 2015-01-27 12:34:45 -05:00
sha256.c OPENSSL_NO_xxx cleanup: SHA 2015-01-27 12:34:45 -05:00
sha512.c memset, memcpy, sizeof consistency fixes 2015-05-05 22:18:59 -04:00
sha_locl.h OPENSSL_NO_xxx cleanup: SHA 2015-01-27 12:34:45 -05:00