GH641: Don't care openssl_zmalloc
authorRich Salz <rsalz@openssl.org>
Mon, 8 Feb 2016 15:11:56 +0000 (10:11 -0500)
committerRich Salz <rsalz@openssl.org>
Mon, 8 Feb 2016 16:09:16 +0000 (11:09 -0500)
commit43ecb9c35caed8623cfd83e7d893b8b67725feb7
tree676696126afa484d7afeba51771fdc8d41cc04ab
parent4500a4cd4d89ba338ad796d39ccb9d94794cc0d7
GH641: Don't care openssl_zmalloc

Don't cast malloc-family return values.
Also found some places where (a) blank line was missing; and (b)
the *wrong* return value was checked.

Reviewed-by: Richard Levitte <levitte@openssl.org>
crypto/bio/b_addr.c
crypto/evp/cmeth_lib.c
crypto/evp/encode.c
crypto/evp/evp_lib.c
crypto/hmac/hmac.c