Add err.h for X509error() and friends
authorjob <job@openbsd.org>
Thu, 2 Sep 2021 21:15:41 +0000 (21:15 +0000)
committerjob <job@openbsd.org>
Thu, 2 Sep 2021 21:15:41 +0000 (21:15 +0000)
OK tb@

lib/libcrypto/x509/x509_addr.c
lib/libcrypto/x509/x509_asid.c

index 0781ce3..95f1791 100644 (file)
@@ -19,6 +19,7 @@
 #include <openssl/asn1t.h>
 #include <openssl/buffer.h>
 #include <openssl/conf.h>
+#include <openssl/err.h>
 #include <openssl/x509.h>
 #include <openssl/x509v3.h>
 
index e774b09..0c35efb 100644 (file)
@@ -19,6 +19,7 @@
 #include <openssl/asn1t.h>
 #include <openssl/bn.h>
 #include <openssl/conf.h>
+#include <openssl/err.h>
 #include <openssl/x509.h>
 #include <openssl/x509.h>
 #include <openssl/x509v3.h>