diff options
Diffstat (limited to 'src/lib/libcrypto/x509/x509.h')
| -rw-r--r-- | src/lib/libcrypto/x509/x509.h | 34 |
1 files changed, 15 insertions, 19 deletions
diff --git a/src/lib/libcrypto/x509/x509.h b/src/lib/libcrypto/x509/x509.h index ac14dd3868..9f87700c60 100644 --- a/src/lib/libcrypto/x509/x509.h +++ b/src/lib/libcrypto/x509/x509.h | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: x509.h,v 1.95 2023/04/18 08:33:43 tb Exp $ */ | 1 | /* $OpenBSD: x509.h,v 1.96 2023/04/18 08:47:28 tb Exp $ */ |
| 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
| 3 | * All rights reserved. | 3 | * All rights reserved. |
| 4 | * | 4 | * |
| @@ -66,44 +66,40 @@ | |||
| 66 | 66 | ||
| 67 | #include <openssl/opensslconf.h> | 67 | #include <openssl/opensslconf.h> |
| 68 | 68 | ||
| 69 | #include <openssl/asn1.h> | ||
| 70 | #ifndef OPENSSL_NO_BIO | ||
| 71 | #include <openssl/bio.h> | ||
| 72 | #endif | ||
| 69 | #ifndef OPENSSL_NO_BUFFER | 73 | #ifndef OPENSSL_NO_BUFFER |
| 70 | #include <openssl/buffer.h> | 74 | #include <openssl/buffer.h> |
| 71 | #endif | 75 | #endif |
| 72 | #ifndef OPENSSL_NO_EVP | 76 | #ifndef OPENSSL_NO_DH |
| 73 | #include <openssl/evp.h> | 77 | #include <openssl/dh.h> |
| 74 | #endif | 78 | #endif |
| 75 | #ifndef OPENSSL_NO_BIO | 79 | #ifndef OPENSSL_NO_DSA |
| 76 | #include <openssl/bio.h> | 80 | #include <openssl/dsa.h> |
| 77 | #endif | 81 | #endif |
| 78 | #include <openssl/stack.h> | ||
| 79 | #include <openssl/asn1.h> | ||
| 80 | #include <openssl/safestack.h> | ||
| 81 | |||
| 82 | #ifndef OPENSSL_NO_EC | 82 | #ifndef OPENSSL_NO_EC |
| 83 | #include <openssl/ec.h> | 83 | #include <openssl/ec.h> |
| 84 | #endif | 84 | #endif |
| 85 | |||
| 86 | #ifndef OPENSSL_NO_ECDSA | 85 | #ifndef OPENSSL_NO_ECDSA |
| 87 | #include <openssl/ecdsa.h> | 86 | #include <openssl/ecdsa.h> |
| 88 | #endif | 87 | #endif |
| 89 | |||
| 90 | #ifndef OPENSSL_NO_ECDH | 88 | #ifndef OPENSSL_NO_ECDH |
| 91 | #include <openssl/ecdh.h> | 89 | #include <openssl/ecdh.h> |
| 92 | #endif | 90 | #endif |
| 93 | 91 | #ifndef OPENSSL_NO_EVP | |
| 92 | #include <openssl/evp.h> | ||
| 93 | #endif | ||
| 94 | #ifndef OPENSSL_NO_RSA | 94 | #ifndef OPENSSL_NO_RSA |
| 95 | #include <openssl/rsa.h> | 95 | #include <openssl/rsa.h> |
| 96 | #endif | 96 | #endif |
| 97 | #ifndef OPENSSL_NO_DSA | ||
| 98 | #include <openssl/dsa.h> | ||
| 99 | #endif | ||
| 100 | #ifndef OPENSSL_NO_DH | ||
| 101 | #include <openssl/dh.h> | ||
| 102 | #endif | ||
| 103 | |||
| 104 | #ifndef OPENSSL_NO_SHA | 97 | #ifndef OPENSSL_NO_SHA |
| 105 | #include <openssl/sha.h> | 98 | #include <openssl/sha.h> |
| 106 | #endif | 99 | #endif |
| 100 | #include <openssl/stack.h> | ||
| 101 | #include <openssl/safestack.h> | ||
| 102 | |||
| 107 | #include <openssl/ossl_typ.h> | 103 | #include <openssl/ossl_typ.h> |
| 108 | 104 | ||
| 109 | #ifdef __cplusplus | 105 | #ifdef __cplusplus |
