diff --git a/src/common/crypto_rsa.c b/src/common/crypto_rsa.c index d269d28f30..ec4e850abc 100644 --- a/src/common/crypto_rsa.c +++ b/src/common/crypto_rsa.c @@ -13,7 +13,6 @@ #include "crypto.h" #include "compat_openssl.h" #include "crypto_curve25519.h" -#include "crypto_ed25519.h" #include "crypto_format.h" #include "crypto_digest.h" 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)