allocate bio_err before memory debugging is enabled to avoid memory leaks
authorBodo Möller <bodo@openssl.org>
Mon, 18 Nov 2002 13:38:30 +0000 (13:38 +0000)
committerBodo Möller <bodo@openssl.org>
Mon, 18 Nov 2002 13:38:30 +0000 (13:38 +0000)
commit8f4a23e3b78d0daeda237475804a77aa9b3bc0ad
treee2b1b3f3309ab1d7a241eeb2e99a78d9dc36329e
parentc83d8e2ba62c2ad3a4e71a2776a215a2df5dde0f
allocate bio_err before memory debugging is enabled to avoid memory leaks
(we can't release it before the CRYPTO_mem_leaks() call!)

Submitted by: Nils Larsch
apps/openssl.c