diff options
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> |