diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/libcrypto/asn1/a_pubkey.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/asn1/a_pubkey.c b/src/lib/libcrypto/asn1/a_pubkey.c index 544f3d2cf0..f846b6cda5 100644 --- a/src/lib/libcrypto/asn1/a_pubkey.c +++ b/src/lib/libcrypto/asn1/a_pubkey.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: a_pubkey.c,v 1.7 2024/04/09 13:52:41 beck Exp $ */ | 1 | /* $OpenBSD: a_pubkey.c,v 1.8 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 | 62 | ||
63 | #include <openssl/asn1.h> | 63 | #include <openssl/asn1.h> |
64 | #include <openssl/bn.h> | 64 | #include <openssl/bn.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 | 67 | ||
@@ -76,6 +75,7 @@ | |||
76 | #include <openssl/rsa.h> | 75 | #include <openssl/rsa.h> |
77 | #endif | 76 | #endif |
78 | 77 | ||
78 | #include "err_local.h" | ||
79 | #include "evp_local.h" | 79 | #include "evp_local.h" |
80 | 80 | ||
81 | EVP_PKEY * | 81 | EVP_PKEY * |