소스 검색

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
Isis Lovecruft 6 년 전
부모
커밋
7759ac8df2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/common/crypto_digest.c

+ 1 - 1
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)