summaryrefslogtreecommitdiffstats
path: root/test/bioprinttest.c
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2017-04-28 14:37:19 +0200
committerRichard Levitte <levitte@openssl.org>2017-04-28 15:59:46 +0200
commit579d0fabcddb4a0ec4307be420f0bc7c2eea6b7c (patch)
tree727c517e198f387031b228b4154cbb02e9c18cae /test/bioprinttest.c
parent36b2cfb191f4a3f3a49b7c4d865308b7021daa42 (diff)
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)
Diffstat (limited to 'test/bioprinttest.c')
-rw-r--r--test/bioprinttest.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/bioprinttest.c b/test/bioprinttest.c
index 2c2dc8c5d9..8ae0a5a04b 100644
--- a/test/bioprinttest.c
+++ b/test/bioprinttest.c
@@ -14,6 +14,7 @@
#include <openssl/bio.h>
#include "internal/numbers.h"
#include "testutil.h"
+#include "testutil/output.h"
#define nelem(x) (int)(sizeof(x) / sizeof((x)[0]))