diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-08-12 18:01:14 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-08-21 12:25:33 -0400 |
commit | b9ca8f2356a98630a262951486cd10436963e169 (patch) | |
tree | f99e32f00b5fa3eebafd408db66dc9e5f95a0d03 /src/test/test_tortls_openssl.c | |
parent | 108d9879eb814bc06095a1819d98b1c7c9a38e88 (diff) | |
download | tor-b9ca8f2356a98630a262951486cd10436963e169.tar.gz tor-b9ca8f2356a98630a262951486cd10436963e169.zip |
Extract internal-only parts of x509.h
Diffstat (limited to 'src/test/test_tortls_openssl.c')
-rw-r--r-- | src/test/test_tortls_openssl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/test_tortls_openssl.c b/src/test/test_tortls_openssl.c index a9336a6f1b..12a05b3033 100644 --- a/src/test/test_tortls_openssl.c +++ b/src/test/test_tortls_openssl.c @@ -36,6 +36,7 @@ ENABLE_GCC_WARNING(redundant-decls) #include "app/config/config.h" #include "lib/crypt_ops/compat_openssl.h" #include "lib/tls/x509.h" +#include "lib/tls/x509_internal.h" #include "lib/tls/tortls.h" #include "lib/tls/tortls_st.h" #include "lib/tls/tortls_internal.h" |