diff options
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libcrypto/pem/pem_info.c | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/src/lib/libcrypto/pem/pem_info.c b/src/lib/libcrypto/pem/pem_info.c index a28baae21e..5848703c4e 100644 --- a/src/lib/libcrypto/pem/pem_info.c +++ b/src/lib/libcrypto/pem/pem_info.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: pem_info.c,v 1.29 2025/07/12 19:50:02 tb Exp $ */ | 1 | /* $OpenBSD: pem_info.c,v 1.30 2025/07/12 19:54:58 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 | * |
| @@ -64,19 +64,14 @@ | |||
| 64 | 64 | ||
| 65 | #include <openssl/asn1.h> | 65 | #include <openssl/asn1.h> |
| 66 | #include <openssl/bio.h> | 66 | #include <openssl/bio.h> |
| 67 | #include <openssl/dsa.h> | ||
| 67 | #include <openssl/ec.h> | 68 | #include <openssl/ec.h> |
| 68 | #include <openssl/err.h> | 69 | #include <openssl/err.h> |
| 69 | #include <openssl/evp.h> | 70 | #include <openssl/evp.h> |
| 70 | #include <openssl/objects.h> | 71 | #include <openssl/objects.h> |
| 71 | #include <openssl/pem.h> | 72 | #include <openssl/pem.h> |
| 72 | #include <openssl/x509.h> | ||
| 73 | |||
| 74 | #ifndef OPENSSL_NO_DSA | ||
| 75 | #include <openssl/dsa.h> | ||
| 76 | #endif | ||
| 77 | #ifndef OPENSSL_NO_RSA | ||
| 78 | #include <openssl/rsa.h> | 73 | #include <openssl/rsa.h> |
| 79 | #endif | 74 | #include <openssl/x509.h> |
| 80 | 75 | ||
| 81 | #include "err_local.h" | 76 | #include "err_local.h" |
| 82 | #include "evp_local.h" | 77 | #include "evp_local.h" |
