diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-21 13:57:13 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-21 13:57:13 -0400 |
commit | 8918bd90e9ddc135c0519177a07cd7a8c18859ed (patch) | |
tree | dec556e3289d121b085b620f14a68dea70786b7d /src/or/hs_intropoint.h | |
parent | 471418befb9d1b30b17acd1e07a9d3de034db261 (diff) | |
parent | 3305ae50442aaed13a9e15c392439c348e6182be (diff) | |
download | tor-8918bd90e9ddc135c0519177a07cd7a8c18859ed.tar.gz tor-8918bd90e9ddc135c0519177a07cd7a8c18859ed.zip |
Merge branch 'extract_easy_common_libs'
Diffstat (limited to 'src/or/hs_intropoint.h')
-rw-r--r-- | src/or/hs_intropoint.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/hs_intropoint.h b/src/or/hs_intropoint.h index 77e41647be..5f82920991 100644 --- a/src/or/hs_intropoint.h +++ b/src/or/hs_intropoint.h @@ -9,7 +9,7 @@ #ifndef TOR_HS_INTRO_H #define TOR_HS_INTRO_H -#include "common/crypto_curve25519.h" +#include "lib/crypt_ops/crypto_curve25519.h" #include "or/torcert.h" /* Authentication key type in an ESTABLISH_INTRO cell. */ |