allocate bio_err before memory debugging is enabled to avoid memory leaks
authorBodo Möller <bodo@openssl.org>
Tue, 19 Nov 2002 11:56:05 +0000 (11:56 +0000)
committerBodo Möller <bodo@openssl.org>
Tue, 19 Nov 2002 11:56:05 +0000 (11:56 +0000)
commit1e3a9b650f2504af1211275433867cface88a5de
tree3797b4a8fee4dfab7caa6676f6bd25df0fb67ef3
parent229dc0ee31d25aa04a52e08df46483cc866a1336
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
ssl/ssltest.c