aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_link_handshake.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-08-11 19:38:07 -0400
committerNick Mathewson <nickm@torproject.org>2018-08-21 12:25:33 -0400
commit598bc78bfa62e0879497c0ef03999d3700a5cd16 (patch)
treedb1fe950940aff8bf13f804f7b3cbdd21f902e25 /src/test/test_link_handshake.c
parent9a4f05b05c12687e640d2aed9bb21229138bd1a5 (diff)
downloadtor-598bc78bfa62e0879497c0ef03999d3700a5cd16.tar.gz
tor-598bc78bfa62e0879497c0ef03999d3700a5cd16.zip
Extract tortls structures into a new header; clean up a little
Diffstat (limited to 'src/test/test_link_handshake.c')
-rw-r--r--src/test/test_link_handshake.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/test_link_handshake.c b/src/test/test_link_handshake.c
index c1ede5420f..e4722b4dfc 100644
--- a/src/test/test_link_handshake.c
+++ b/src/test/test_link_handshake.c
@@ -24,6 +24,7 @@
#include "core/or/or_handshake_state_st.h"
#include "core/or/var_cell_st.h"
+#define TOR_X509_PRIVATE
#include "lib/tls/tortls.h"
#include "lib/tls/x509.h"