From: Nick Mathewson Date: Tue, 23 Jan 2018 19:41:46 +0000 (-0500) Subject: add a missing "compat_openssl.h" X-Git-Tag: tor-0.3.3.1-alpha~15 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fa694f5af38d183471aeeba2799aa82bd4fc0a65;p=thirdparty%2Ftor.git add a missing "compat_openssl.h" --- diff --git a/src/common/crypto_openssl_mgt.c b/src/common/crypto_openssl_mgt.c index 0720ef0324..db5a527263 100644 --- a/src/common/crypto_openssl_mgt.c +++ b/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)