tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit a34629fa28a1173edc16770a1f586b79aff828f6
parent 6f4ee6e5e78112f78687fa0617e2cdeb2899f7d6
Author: Nick Mathewson <nickm@torproject.org>
Date:   Tue, 23 Jan 2018 14:16:53 -0500

Add a missing include for openssl 1.0.2

Diffstat:
Msrc/common/crypto_openssl_mgt.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/common/crypto_openssl_mgt.c b/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)