aboutsummaryrefslogtreecommitdiff
path: root/src/core/or/crypt_path.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2020-06-30 15:31:51 -0400
committerNick Mathewson <nickm@torproject.org>2020-07-02 09:51:03 -0400
commit8f362b7bce5ebbba5c8d79cf10c5ec42bbde1519 (patch)
tree262c3878d20a69bf0b2660ffbe673d92e9761fa9 /src/core/or/crypt_path.c
parent56e33f73f13110fe5eb255bf260a11c8a54d4267 (diff)
downloadtor-8f362b7bce5ebbba5c8d79cf10c5ec42bbde1519.tar.gz
tor-8f362b7bce5ebbba5c8d79cf10c5ec42bbde1519.zip
Extract extend_info manipulation functions into a new file.
Diffstat (limited to 'src/core/or/crypt_path.c')
-rw-r--r--src/core/or/crypt_path.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/or/crypt_path.c b/src/core/or/crypt_path.c
index 8f41540848..e1bbd81251 100644
--- a/src/core/or/crypt_path.c
+++ b/src/core/or/crypt_path.c
@@ -30,6 +30,7 @@
#include "core/crypto/onion_crypto.h"
#include "core/or/circuitbuild.h"
#include "core/or/circuitlist.h"
+#include "core/or/extendinfo.h"
#include "lib/crypt_ops/crypto_dh.h"
#include "lib/crypt_ops/crypto_util.h"
@@ -259,4 +260,3 @@ cpath_get_n_hops(crypt_path_t **head_ptr)
}
#endif /* defined(TOR_UNIT_TESTS) */
-