diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-09-16 22:08:02 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-09-16 22:08:02 -0400 |
commit | b729bc202c74113c69d2b50521194a7dd4b5d5a9 (patch) | |
tree | 1a4e430fd44b1cc859ab3f824d1f2de149128613 /src/core | |
parent | a8ac21fbb5f22b68ffa019b575085c142293bc40 (diff) | |
download | tor-b729bc202c74113c69d2b50521194a7dd4b5d5a9.tar.gz tor-b729bc202c74113c69d2b50521194a7dd4b5d5a9.zip |
Add tortls.h includes to expose critical macro. Fix #27734.
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/or/protover.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/or/protover.c b/src/core/or/protover.c index 70606af41a..0f6f0e79ff 100644 --- a/src/core/or/protover.c +++ b/src/core/or/protover.c @@ -26,6 +26,7 @@ #include "core/or/or.h" #include "core/or/protover.h" #include "feature/nodelist/routerparse.h" +#include "lib/tls/tortls.h" #ifndef HAVE_RUST |