mirror of
https://github.com/openssl/openssl.git
synced 2025-02-23 14:42:15 +08:00
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> |
||
---|---|---|
.. | ||
c_zlib.c | ||
comp_err.c | ||
comp_lib.c | ||
Makefile |