From: Lennart Poettering Date: Tue, 22 Jun 2021 21:15:46 +0000 (+0200) Subject: openssl-util: include the headers the file actually uses definitions from X-Git-Tag: v249-rc2~22 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4ef65db34b279d4ad7d9dc5f68acac0760f8e6c8;p=thirdparty%2Fsystemd.git openssl-util: include the headers the file actually uses definitions from --- diff --git a/src/shared/openssl-util.h b/src/shared/openssl-util.h index 0f527e74c40..e6c2bd9310b 100644 --- a/src/shared/openssl-util.h +++ b/src/shared/openssl-util.h @@ -4,7 +4,8 @@ #include "macro.h" #if HAVE_OPENSSL -# include +# include +# include DEFINE_TRIVIAL_CLEANUP_FUNC_FULL(X509*, X509_free, NULL); DEFINE_TRIVIAL_CLEANUP_FUNC_FULL(X509_NAME*, X509_NAME_free, NULL);