diff options
author | job <> | 2021-09-02 21:15:41 +0000 |
---|---|---|
committer | job <> | 2021-09-02 21:15:41 +0000 |
commit | f216d32431509c44d0f509826fabf56a038a7b59 (patch) | |
tree | cd6f349eb0030f658190794acc667487d0da336b /src/lib | |
parent | e8a968d1f886b9d85b50ba5e4a950721f0124e7e (diff) | |
download | openbsd-f216d32431509c44d0f509826fabf56a038a7b59.tar.gz openbsd-f216d32431509c44d0f509826fabf56a038a7b59.tar.bz2 openbsd-f216d32431509c44d0f509826fabf56a038a7b59.zip |
Add err.h for X509error() and friends
OK tb@
Diffstat (limited to 'src/lib')
-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> |