diff options
author | job <> | 2021-09-02 21:15:41 +0000 |
---|---|---|
committer | job <> | 2021-09-02 21:15:41 +0000 |
commit | c9128b9a433af85ebab7686faec0dcfc2075144a (patch) | |
tree | cd6f349eb0030f658190794acc667487d0da336b | |
parent | 3dfa5c13bc2cd947bcce0960aa8d58660b448aea (diff) | |
download | openbsd-c9128b9a433af85ebab7686faec0dcfc2075144a.tar.gz openbsd-c9128b9a433af85ebab7686faec0dcfc2075144a.tar.bz2 openbsd-c9128b9a433af85ebab7686faec0dcfc2075144a.zip |
Add err.h for X509error() and friends
OK tb@
-rw-r--r-- | src/lib/libcrypto/x509/x509_addr.c | 1 | ||||
-rw-r--r-- | src/lib/libcrypto/x509/x509_asid.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/libcrypto/x509/x509_addr.c b/src/lib/libcrypto/x509/x509_addr.c index 0781ce37a9..95f179174d 100644 --- a/src/lib/libcrypto/x509/x509_addr.c +++ b/src/lib/libcrypto/x509/x509_addr.c | |||
@@ -19,6 +19,7 @@ | |||
19 | #include <openssl/asn1t.h> | 19 | #include <openssl/asn1t.h> |
20 | #include <openssl/buffer.h> | 20 | #include <openssl/buffer.h> |
21 | #include <openssl/conf.h> | 21 | #include <openssl/conf.h> |
22 | #include <openssl/err.h> | ||
22 | #include <openssl/x509.h> | 23 | #include <openssl/x509.h> |
23 | #include <openssl/x509v3.h> | 24 | #include <openssl/x509v3.h> |
24 | 25 | ||
diff --git a/src/lib/libcrypto/x509/x509_asid.c b/src/lib/libcrypto/x509/x509_asid.c index e774b097dc..0c35efbfda 100644 --- a/src/lib/libcrypto/x509/x509_asid.c +++ b/src/lib/libcrypto/x509/x509_asid.c | |||
@@ -19,6 +19,7 @@ | |||
19 | #include <openssl/asn1t.h> | 19 | #include <openssl/asn1t.h> |
20 | #include <openssl/bn.h> | 20 | #include <openssl/bn.h> |
21 | #include <openssl/conf.h> | 21 | #include <openssl/conf.h> |
22 | #include <openssl/err.h> | ||
22 | #include <openssl/x509.h> | 23 | #include <openssl/x509.h> |
23 | #include <openssl/x509.h> | 24 | #include <openssl/x509.h> |
24 | #include <openssl/x509v3.h> | 25 | #include <openssl/x509v3.h> |