diff options
Diffstat (limited to 'src/common/crypto_rsa.h')
-rw-r--r-- | src/common/crypto_rsa.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/crypto_rsa.h b/src/common/crypto_rsa.h index 8d65597d07..615db70945 100644 --- a/src/common/crypto_rsa.h +++ b/src/common/crypto_rsa.h @@ -22,7 +22,6 @@ #include "compat.h" #include "util.h" #include "torlog.h" -#include "crypto_curve25519.h" /** Length of our public keys. */ #define PK_BYTES (1024/8) |