summaryrefslogtreecommitdiffstats
path: root/test/testutil/driver.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/testutil/driver.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/testutil/driver.c')
-rw-r--r--test/testutil/driver.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/testutil/driver.c b/test/testutil/driver.c
index 29c97a9912..7914ea5201 100644
--- a/test/testutil/driver.c
+++ b/test/testutil/driver.c
@@ -8,6 +8,7 @@
*/
#include "../testutil.h"
+#include "output.h"
#include <string.h>
#include <assert.h>