]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
crypto: Remove crypto_rsa.h from crypto_digest.c.
authorIsis Lovecruft <isis@torproject.org>
Tue, 20 Feb 2018 19:59:09 +0000 (19:59 +0000)
committerIsis Lovecruft <isis@torproject.org>
Tue, 20 Feb 2018 20:29:54 +0000 (20:29 +0000)
 * 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

src/common/crypto_digest.c

index 3f7884b12ee18508ed4c334c23c4f77c0540a7d9..417789341424c3547993c4589a6517e4f564faee 100644 (file)
@@ -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)