openssl-util: include the headers the file actually uses definitions from

This commit is contained in:
Lennart Poettering
2021-06-22 23:15:46 +02:00
committed by Zbigniew Jędrzejewski-Szmek
parent c1e4c62235
commit 4ef65db34b

View File

@@ -4,7 +4,8 @@
#include "macro.h"
#if HAVE_OPENSSL
# include <openssl/pem.h>
# include <openssl/evp.h>
# include <openssl/x509.h>
DEFINE_TRIVIAL_CLEANUP_FUNC_FULL(X509*, X509_free, NULL);
DEFINE_TRIVIAL_CLEANUP_FUNC_FULL(X509_NAME*, X509_NAME_free, NULL);