From 4ef65db34b279d4ad7d9dc5f68acac0760f8e6c8 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 22 Jun 2021 23:15:46 +0200 Subject: [PATCH] openssl-util: include the headers the file actually uses definitions from --- src/shared/openssl-util.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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); -- 2.47.3