From: Isis Lovecruft Date: Tue, 20 Feb 2018 19:59:09 +0000 (+0000) Subject: crypto: Remove crypto_rsa.h from crypto_digest.c. X-Git-Tag: tor-0.3.4.1-alpha~209^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7759ac8df2944aa58fff4152dd2c4c521f78ef10;p=thirdparty%2Ftor.git 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 --- diff --git a/src/common/crypto_digest.c b/src/common/crypto_digest.c index 3f7884b12e..4177893414 100644 --- 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)