testutil: Move printing function declarations to "internal" header
authorRichard Levitte <levitte@openssl.org>
Fri, 28 Apr 2017 12:37:19 +0000 (14:37 +0200)
committerRichard Levitte <levitte@openssl.org>
Fri, 28 Apr 2017 13:59:46 +0000 (15:59 +0200)
commit579d0fabcddb4a0ec4307be420f0bc7c2eea6b7c
tree727c517e198f387031b228b4154cbb02e9c18cae
parent36b2cfb191f4a3f3a49b7c4d865308b7021daa42
testutil: Move printing function declarations to "internal" header

These functions aren't meant to be used directly by the test programs,
reflect that by making the declarations a little harder to reach, but
still available enough if there's a need to override them.

Reviewed-by: Andy Polyakov <appro@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3345)
test/bioprinttest.c
test/testutil.h
test/testutil/basic_output.c
test/testutil/driver.c
test/testutil/output.h [new file with mode: 0644]
test/testutil/test_main.c
test/testutil/tests.c