浏览代码

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)