aboutsummaryrefslogtreecommitdiff
path: root/src/common/crypto_rsa.h
diff options
context:
space:
mode:
authorFernando Fernandez Mancera <ffmancera@riseup.net>2018-02-16 17:49:58 +0100
committerFernando Fernandez Mancera <ffmancera@riseup.net>2018-02-16 17:49:58 +0100
commit541b6b2433184ea3e5658d65a3f590e52483699b (patch)
tree8212aa3e63a5ca1566354c547f84644c3a416ecb /src/common/crypto_rsa.h
parentf9f0dd5b9abff894e9a539aea4db61a38fcf9735 (diff)
downloadtor-541b6b2433184ea3e5658d65a3f590e52483699b.tar.gz
tor-541b6b2433184ea3e5658d65a3f590e52483699b.zip
Remove useless included files in crypto_rsa.[ch].
Follows #24658. Signed-off-by: Fernando Fernandez Mancera <ffmancera@riseup.net>
Diffstat (limited to 'src/common/crypto_rsa.h')
-rw-r--r--src/common/crypto_rsa.h1
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)