boringssl/crypto/dh
Brian Smith 5ba06897be Don't cast |OPENSSL_malloc|/|OPENSSL_realloc| result.
C has implicit conversion of |void *| to other pointer types so these
casts are unnecessary. Clean them up to make the code easier to read
and to make it easier to find dangerous casts.

Change-Id: I26988a672e8ed4d69c75cfbb284413999b475464
Reviewed-on: https://boringssl-review.googlesource.com/7102
Reviewed-by: David Benjamin <davidben@google.com>
2016-02-11 22:07:56 +00:00
..
check.c Validate DH public keys for RFC 5114 groups. 2016-02-02 16:44:38 +00:00
CMakeLists.txt
dh_asn1.c
dh_test.cc Validate DH public keys for RFC 5114 groups. 2016-02-02 16:44:38 +00:00
dh.c Don't cast |OPENSSL_malloc|/|OPENSSL_realloc| result. 2016-02-11 22:07:56 +00:00
internal.h
params.c Share common definitions of |TOBN| and |BIGNUM_STATIC|. 2015-11-19 01:38:52 +00:00