Commit 16f8d4eb authored by Rich Salz's avatar Rich Salz Committed by Rich Salz
Browse files

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: default avatarRichard Levitte <levitte@openssl.org>
parent 12048657
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment