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