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_ident.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_ident.h')
-rw-r--r-- | src/or/hs_ident.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/hs_ident.h b/src/or/hs_ident.h index 476cdc19ee..8c53b9dbeb 100644 --- a/src/or/hs_ident.h +++ b/src/or/hs_ident.h @@ -21,7 +21,7 @@ #ifndef TOR_HS_IDENT_H #define TOR_HS_IDENT_H -#include "common/crypto_ed25519.h" +#include "lib/crypt_ops/crypto_ed25519.h" #include "or/hs_common.h" |