Cleanup mttest.c : modernise output
authorRichard Levitte <levitte@openssl.org>
Sun, 21 Jun 2015 17:11:43 +0000 (19:11 +0200)
committerRichard Levitte <levitte@openssl.org>
Sun, 21 Jun 2015 20:13:28 +0000 (22:13 +0200)
commit141f7d263b6b4e2c5871d9cd1cd85746e601a69a
tree8d81a5898706f84af49f86c0490edf06d95580a7
parentae3254a52d1ee77c1930a863fb98f7f3723a9d9b
Cleanup mttest.c : modernise output

Construct bio_err and bio_stdout from file handles instead of FILE
pointers, since the latter might not be implemented (when OPENSSL_NO_STDIO
is defined).
Convert all output to use BIO_printf.
Change lh_foo to lh_SSL_SESSION_foo.

Reviewed-by: Rich Salz <rsalz@openssl.org>
(cherry picked from commit bb8abd6735e198de36c1eb9098a7f1516d156220)

Conflicts:
crypto/threads/mttest.c
crypto/threads/mttest.c