Quellcode durchsuchen

Add a missing include for openssl 1.0.2

Nick Mathewson vor 6 Jahren
Ursprung
Commit
a34629fa28
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      src/common/crypto_openssl_mgt.c

+ 1 - 0
src/common/crypto_openssl_mgt.c

@@ -24,6 +24,7 @@ DISABLE_GCC_WARNING(redundant-decls)
 #include <openssl/dh.h>
 #include <openssl/conf.h>
 #include <openssl/hmac.h>
+#include <openssl/opensslv.h>
 
 ENABLE_GCC_WARNING(redundant-decls)