Преглед изворни кода

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)