openssl/demos/ssl
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
..
cli.cpp memset, memcpy, sizeof consistency fixes 2015-05-05 22:18:59 -04:00
inetdsrv.cpp John Denney <jdenney@ca.mdis.com> reports that we forgot to convert 2000-10-18 19:36:27 +00:00
serv.cpp memset, memcpy, sizeof consistency fixes 2015-05-05 22:18:59 -04:00