Преглед на файлове

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)