tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 541b6b2433184ea3e5658d65a3f590e52483699b
parent f9f0dd5b9abff894e9a539aea4db61a38fcf9735
Author: Fernando Fernandez Mancera <ffmancera@riseup.net>
Date:   Fri, 16 Feb 2018 17:49:58 +0100

Remove useless included files in crypto_rsa.[ch].

Follows #24658.

Signed-off-by: Fernando Fernandez Mancera <ffmancera@riseup.net>

Diffstat:
Msrc/common/crypto_rsa.c | 1-
Msrc/common/crypto_rsa.h | 1-
2 files changed, 0 insertions(+), 2 deletions(-)

diff --git 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 @@ -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)