mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 13:43:47 +01:00
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
This commit is contained in:
parent
3e9140e79a
commit
7759ac8df2
@ -13,7 +13,7 @@
|
|||||||
#include "crypto_digest.h"
|
#include "crypto_digest.h"
|
||||||
|
|
||||||
#include "crypto.h" /* common functions */
|
#include "crypto.h" /* common functions */
|
||||||
#include "crypto_rsa.h"
|
#include "crypto_openssl_mgt.h"
|
||||||
|
|
||||||
DISABLE_GCC_WARNING(redundant-decls)
|
DISABLE_GCC_WARNING(redundant-decls)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user