tor

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

commit 7759ac8df2944aa58fff4152dd2c4c521f78ef10
parent 3e9140e79a063ca7a8539a0d58e6d379be775ff3
Author: Isis Lovecruft <isis@torproject.org>
Date:   Tue, 20 Feb 2018 19:59:09 +0000

crypto: Remove crypto_rsa.h from crypto_digest.c.

 * ADD include for "crypto_openssl_mgt.h" so that we have OpenSSL
   defined SHA* types and functions.
 * FIXES part of #24658: https://bugs.torproject.org/24658#comment:30

Diffstat:
Msrc/common/crypto_digest.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/common/crypto_digest.c b/src/common/crypto_digest.c @@ -13,7 +13,7 @@ #include "crypto_digest.h" #include "crypto.h" /* common functions */ -#include "crypto_rsa.h" +#include "crypto_openssl_mgt.h" DISABLE_GCC_WARNING(redundant-decls)