If CRYPTO_realloc() is called with a NULL pointer, have it call
authorRichard Levitte <levitte@openssl.org>
Thu, 1 Aug 2002 10:08:45 +0000 (10:08 +0000)
committerRichard Levitte <levitte@openssl.org>
Thu, 1 Aug 2002 10:08:45 +0000 (10:08 +0000)
commit76b8f839c2ff9adbfacef132247d886ce6d889c3
tree399952f80299a6150014b6ec9b5fb96cb409e352
parent8d37f07e09b3541802c18fb1be55afd663202695
If CRYPTO_realloc() is called with a NULL pointer, have it call
OPENSSL_malloc().
PR: 187
crypto/mem.c