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