summaryrefslogtreecommitdiff
path: root/src/or
diff options
context:
space:
mode:
Diffstat (limited to 'src/or')
-rw-r--r--src/or/onion_ntor.c1
-rw-r--r--src/or/or.h2
2 files changed, 3 insertions, 0 deletions
diff --git a/src/or/onion_ntor.c b/src/or/onion_ntor.c
index 02d43cb722..3df8c2ab60 100644
--- a/src/or/onion_ntor.c
+++ b/src/or/onion_ntor.c
@@ -22,6 +22,7 @@
#define ONION_NTOR_PRIVATE
#include "crypto.h"
+#include "crypto_hkdf.h"
#include "crypto_digest.h"
#include "crypto_util.h"
#include "onion_ntor.h"
diff --git a/src/or/or.h b/src/or/or.h
index e106ec66fa..345aa6bed8 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -68,6 +68,8 @@
#include "crypto.h"
#include "crypto_format.h"
+#include "crypto_dh.h"
+#include "crypto_hkdf.h"
#include "tortls.h"
#include "torlog.h"
#include "container.h"