summaryrefslogtreecommitdiffstats
path: root/test/ssltestlib.c
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2017-03-28 09:24:16 -0400
committerRich Salz <rsalz@openssl.org>2017-03-28 11:38:55 -0400
commit37e4be4a8612958848c1cbe2e6c2f9d97aaa4cca (patch)
tree52a5afc636a3c5ea8567a2c30d389c3fb37cd856 /test/ssltestlib.c
parent0f954d65f40495f53bdfb85b856427da44cf5c92 (diff)
Move PRIu64 to e_os.h
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3061)
Diffstat (limited to 'test/ssltestlib.c')
-rw-r--r--test/ssltestlib.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/ssltestlib.c b/test/ssltestlib.c
index 4e20763bee..192a7aba5c 100644
--- a/test/ssltestlib.c
+++ b/test/ssltestlib.c
@@ -9,6 +9,7 @@
#include <string.h>
+#include "e_os.h"
#include "ssltestlib.h"
static int tls_dump_new(BIO *bi);