Commit bb8abd67 authored by Richard Levitte's avatar Richard Levitte
Browse files

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: default avatarRich Salz <rsalz@openssl.org>
parent 5c78e183
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment