From 5cd74b4884d35b43e464a3dcc6125f7ca2a3b0e3 Mon Sep 17 00:00:00 2001 From: Fernando Fernandez Mancera Date: Fri, 19 Jan 2018 18:56:13 +0100 Subject: Add crypto_openssl_mgt.[ch] for compiling dependencies. Included crypto_openssl_mgt.[ch] into the appropiate files in order to resolve compiling and dependencies issues. Follows #24658. Signed-off-by: Fernando Fernandez Mancera --- src/common/aes.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/common/aes.c') diff --git a/src/common/aes.c b/src/common/aes.c index 20b51a6758..20c1f758f9 100644 --- a/src/common/aes.c +++ b/src/common/aes.c @@ -18,6 +18,7 @@ #include #include "crypto.h" +#include "crypto_openssl_mgt.h" #if OPENSSL_VERSION_NUMBER < OPENSSL_V_SERIES(1,0,0) #error "We require OpenSSL >= 1.0.0" -- cgit v1.2.3-54-g00ecf