Fix GH 327.
authorRich Salz <rsalz@akamai.com>
Thu, 21 Jan 2016 19:53:18 +0000 (14:53 -0500)
committerRich Salz <rsalz@openssl.org>
Thu, 11 Feb 2016 17:13:18 +0000 (12:13 -0500)
commit84c15091ec4b694d7a10a3d0fa1c42a30e9d1b21
treec86dddad5f7d399df5f2bb22e157c7a8adc45216
parent1407f856ab790f8028db1ecfb354d64bfb8ca054
Fix GH 327.

Valgrind complains about using unitialized memory.  So call
OPENSSL_zalloc, not malloc.

Reviewed-by: Richard Levitte <levitte@openssl.org>
crypto/evp/digest.c