Explorar el Código

add a missing "compat_openssl.h"

Nick Mathewson hace 7 años
padre
commit
fa694f5af3
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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)