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/lib/tls/x509.c | |
parent | 108d9879eb814bc06095a1819d98b1c7c9a38e88 (diff) | |
download | tor-b9ca8f2356a98630a262951486cd10436963e169.tar.gz tor-b9ca8f2356a98630a262951486cd10436963e169.zip |
Extract internal-only parts of x509.h
Diffstat (limited to 'src/lib/tls/x509.c')
-rw-r--r-- | src/lib/tls/x509.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/tls/x509.c b/src/lib/tls/x509.c index dbf1dd927c..fc6139aceb 100644 --- a/src/lib/tls/x509.c +++ b/src/lib/tls/x509.c @@ -11,6 +11,7 @@ #define TOR_X509_PRIVATE #include "lib/tls/x509.h" +#include "lib/tls/x509_internal.h" #include "lib/log/util_bug.h" #include "lib/crypt_ops/crypto_rand.h" |