diff options
Diffstat (limited to 'src/lib/libcrypto/pem/pem_info.c')
| -rw-r--r-- | src/lib/libcrypto/pem/pem_info.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/pem/pem_info.c b/src/lib/libcrypto/pem/pem_info.c index b979c79b33..dfc0a83d3f 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.27 2023/07/07 13:40:44 beck Exp $ */ | 1 | /* $OpenBSD: pem_info.c,v 1.28 2025/05/10 05:54:38 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 | * |
| @@ -62,7 +62,6 @@ | |||
| 62 | #include <openssl/opensslconf.h> | 62 | #include <openssl/opensslconf.h> |
| 63 | 63 | ||
| 64 | #include <openssl/buffer.h> | 64 | #include <openssl/buffer.h> |
| 65 | #include <openssl/err.h> | ||
| 66 | #include <openssl/evp.h> | 65 | #include <openssl/evp.h> |
| 67 | #include <openssl/objects.h> | 66 | #include <openssl/objects.h> |
| 68 | #include <openssl/pem.h> | 67 | #include <openssl/pem.h> |
| @@ -75,6 +74,7 @@ | |||
| 75 | #include <openssl/rsa.h> | 74 | #include <openssl/rsa.h> |
| 76 | #endif | 75 | #endif |
| 77 | 76 | ||
| 77 | #include "err_local.h" | ||
| 78 | #include "evp_local.h" | 78 | #include "evp_local.h" |
| 79 | 79 | ||
| 80 | STACK_OF(X509_INFO) * | 80 | STACK_OF(X509_INFO) * |
