mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 08:25:20 +09:00
openssl-util: include the headers the file actually uses definitions from
This commit is contained in:
committed by
Zbigniew Jędrzejewski-Szmek
parent
c1e4c62235
commit
4ef65db34b
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user