[tor-commits] [tor/master] perhaps this was the missing include?

nickm at torproject.org nickm at torproject.org
Tue Jan 23 19:19:29 UTC 2018


commit a172f02dfb5720c338acbe46200939f843435bd0
Author: Nick Mathewson <nickm at torproject.org>
Date:   Tue Jan 23 14:19:25 2018 -0500

    perhaps this was the missing include?
---
 src/common/crypto_openssl_mgt.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/common/crypto_openssl_mgt.c b/src/common/crypto_openssl_mgt.c
index 055e46876..0720ef032 100644
--- a/src/common/crypto_openssl_mgt.c
+++ b/src/common/crypto_openssl_mgt.c
@@ -24,7 +24,7 @@ DISABLE_GCC_WARNING(redundant-decls)
 #include <openssl/dh.h>
 #include <openssl/conf.h>
 #include <openssl/hmac.h>
-#include <openssl/opensslv.h>
+#include <openssl/crypto.h>
 
 ENABLE_GCC_WARNING(redundant-decls)
 



More information about the tor-commits mailing list