]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Remove useless included files in crypto_rsa.[ch].
authorFernando Fernandez Mancera <ffmancera@riseup.net>
Fri, 16 Feb 2018 16:49:58 +0000 (17:49 +0100)
committerFernando Fernandez Mancera <ffmancera@riseup.net>
Fri, 16 Feb 2018 16:49:58 +0000 (17:49 +0100)
Follows #24658.

Signed-off-by: Fernando Fernandez Mancera <ffmancera@riseup.net>
src/common/crypto_rsa.c
src/common/crypto_rsa.h

index d269d28f3021b8c16214ef5848599ac86b954187..ec4e850abc52a31a4f4e8a02d7022fa6ffdaa8b1 100644 (file)
@@ -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"
 
index 8d65597d07ca208aa92dc35e794b9e4cf33d02cb..615db709451f06187741fda21f550c9b7762abf0 100644 (file)
@@ -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)