소스 검색

add a missing "compat_openssl.h"

Nick Mathewson 7 년 전
부모
커밋
fa694f5af3
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/common/crypto_openssl_mgt.c

+ 1 - 0
src/common/crypto_openssl_mgt.c

@@ -10,6 +10,7 @@
  * \brief Block of functions related to operations from OpenSSL.
  **/
 
+#include "compat_openssl.h"
 #include "crypto_openssl_mgt.h"
 
 DISABLE_GCC_WARNING(redundant-decls)