mirror of
https://github.com/openssl/openssl.git
synced 2025-04-12 20:30:52 +08:00
There are many places (nearly 50) where we malloc and then memset. Add an OPENSSL_zalloc routine to encapsulate that. (Missed one conversion; thanks Richard) Also fixes GH328 Reviewed-by: Richard Levitte <levitte@openssl.org>