Cleanup mttest.c : use BIO_free only, no preceding hacks
authorRichard Levitte <levitte@openssl.org>
Sun, 21 Jun 2015 17:19:17 +0000 (19:19 +0200)
committerRichard Levitte <levitte@openssl.org>
Sun, 21 Jun 2015 19:45:48 +0000 (21:45 +0200)
commit03b672deca60ab1fb272f1a1e206769da969bc9a
treeca58742f89785eb9b0137d3d8ead894a69440fb6
parent964626957f79e07ed97756527cdc7e84007c60c9
Cleanup mttest.c : use BIO_free only, no preceding hacks

Since [sc]_ssl->[rw]bio aren't available, do not try to fiddle with
them.  Surely, a BIO_free on the "main" BIOs should be enough

Reviewed-by: Rich Salz <rsalz@openssl.org>
crypto/threads/mttest.c