diff options
author | Rich Salz <rsalz@openssl.org> | 2017-03-27 16:49:29 -0400 |
---|---|---|
committer | Rich Salz <rsalz@openssl.org> | 2017-03-28 08:43:48 -0400 |
commit | 43708c1545c1ba71984bdc6e5ec47de65002d2fd (patch) | |
tree | 7aa29d868810d5cfd4c4bae9dbbed7833933d3ad /test/ssltestlib.c | |
parent | 9ff79fa3e12628d4c0c32b5de82a9c2b20fe7402 (diff) | |
download | openssl-new-43708c1545c1ba71984bdc6e5ec47de65002d2fd.tar.gz |
Move PRIu64, OSSLzu to e_os.h
Those macros are private, not public.
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3044)
Diffstat (limited to 'test/ssltestlib.c')
-rw-r--r-- | test/ssltestlib.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/ssltestlib.c b/test/ssltestlib.c index 64aa9169b6..6fce12e0fc 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); |