Have the test executables output in text mode
authorRichard Levitte <levitte@openssl.org>
Fri, 4 Sep 2015 12:07:57 +0000 (14:07 +0200)
committerRichard Levitte <levitte@openssl.org>
Sat, 5 Sep 2015 23:35:54 +0000 (01:35 +0200)
commit0f81f5f78c06bd69a96deb66cd30e50a67310ef2
tree1300b7ffd0ac4003bc4248df06df4c31e260bd7a
parentbdd58d98467e9f0f6635c1628e1eae304383afb1
Have the test executables output in text mode

The test executables use standard output and standard error for text output,
so let's open the corresponding BIOs in text mode.

Reviewed-by: Tim Hudson <tjh@openssl.org>
test/bntest.c
test/dhtest.c
test/dsatest.c
test/ecdhtest.c
test/ecdsatest.c
test/exptest.c
test/jpaketest.c
test/srptest.c
test/ssltest.c