]> git.ipfire.org Git - thirdparty/openssl.git/commit
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 19:45:47 +0000 (21:45 +0200)
commitbb8abd6735e198de36c1eb9098a7f1516d156220
tree7b126de225c6e781e15e59a3a76de3e3b2d92fd2
parent5c78e1835285ce4acdc7cc4f4c06aa7d6661c9b4
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>
crypto/threads/mttest.c