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