diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-08-11 18:16:04 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-08-21 12:25:33 -0400 |
commit | 9a4f05b05c12687e640d2aed9bb21229138bd1a5 (patch) | |
tree | 7beeee355d5cb1b7be3440369d966768721ff9ae /src/test/test_tortls.c | |
parent | 3ccb94d7b6ff6806bc17d71ef461f4211a014879 (diff) | |
download | tor-9a4f05b05c12687e640d2aed9bb21229138bd1a5.tar.gz tor-9a4f05b05c12687e640d2aed9bb21229138bd1a5.zip |
Split X509 code out of tortls.c
Diffstat (limited to 'src/test/test_tortls.c')
-rw-r--r-- | src/test/test_tortls.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/test_tortls.c b/src/test/test_tortls.c index cd3435556c..f5b11d4f2a 100644 --- a/src/test/test_tortls.c +++ b/src/test/test_tortls.c @@ -34,6 +34,7 @@ ENABLE_GCC_WARNING(redundant-decls) #include "lib/log/log.h" #include "app/config/config.h" #include "lib/tls/tortls.h" +#include "lib/tls/x509.h" #include "app/config/or_state_st.h" #include "test/test.h" |