diff options
Diffstat (limited to 'src/lib/crypt_ops/crypto_ed25519.h')
-rw-r--r-- | src/lib/crypt_ops/crypto_ed25519.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/crypt_ops/crypto_ed25519.h b/src/lib/crypt_ops/crypto_ed25519.h index 981b0dce28..69afb60aba 100644 --- a/src/lib/crypt_ops/crypto_ed25519.h +++ b/src/lib/crypt_ops/crypto_ed25519.h @@ -6,7 +6,7 @@ #include "common/testsupport.h" #include "lib/cc/torint.h" -#include "common/crypto_curve25519.h" +#include "lib/crypt_ops/crypto_curve25519.h" #include "common/util.h" #define ED25519_PUBKEY_LEN 32 |