summaryrefslogtreecommitdiff
path: root/src/or/torcert.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-06-15 10:56:15 -0400
committerNick Mathewson <nickm@torproject.org>2018-06-15 10:56:15 -0400
commitbcc283bcc90ed5ef6f8da22b63df01aea1794b2a (patch)
treef3951f1770ebac51937e26ae74fb0fcfcdef697f /src/or/torcert.c
parent19c34b46589492be3fe19bed7e5729c1c7d231f1 (diff)
downloadtor-bcc283bcc90ed5ef6f8da22b63df01aea1794b2a.tar.gz
tor-bcc283bcc90ed5ef6f8da22b63df01aea1794b2a.zip
Split or_handshake_{certs,state}_t into their own headers.
Diffstat (limited to 'src/or/torcert.c')
-rw-r--r--src/or/torcert.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/torcert.c b/src/or/torcert.c
index 1c5afd965a..5a156f18d4 100644
--- a/src/or/torcert.c
+++ b/src/or/torcert.c
@@ -35,6 +35,8 @@
#include "compat.h"
#include "link_handshake.h"
+#include "or_handshake_certs_st.h"
+
/** Helper for tor_cert_create(): signs any 32 bytes, not just an ed25519
* key.
*/