Unverified Commit 7759ac8d authored by Isis Lovecruft's avatar Isis Lovecruft
Browse files

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
parent 3e9140e7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)