diff options
Diffstat (limited to 'src/lib/libcrypto/pem/pem_pk8.c')
-rw-r--r-- | src/lib/libcrypto/pem/pem_pk8.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/pem/pem_pk8.c b/src/lib/libcrypto/pem/pem_pk8.c index 6d0c0cbd57..16bde39a7e 100644 --- a/src/lib/libcrypto/pem/pem_pk8.c +++ b/src/lib/libcrypto/pem/pem_pk8.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: pem_pk8.c,v 1.14 2023/07/07 13:40:44 beck Exp $ */ | 1 | /* $OpenBSD: pem_pk8.c,v 1.15 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 | * |
@@ -60,13 +60,13 @@ | |||
60 | #include <string.h> | 60 | #include <string.h> |
61 | 61 | ||
62 | #include <openssl/buffer.h> | 62 | #include <openssl/buffer.h> |
63 | #include <openssl/err.h> | ||
64 | #include <openssl/evp.h> | ||
65 | #include <openssl/objects.h> | 63 | #include <openssl/objects.h> |
66 | #include <openssl/pem.h> | 64 | #include <openssl/pem.h> |
67 | #include <openssl/pkcs12.h> | 65 | #include <openssl/pkcs12.h> |
68 | #include <openssl/x509.h> | 66 | #include <openssl/x509.h> |
69 | 67 | ||
68 | #include "err_local.h" | ||
69 | |||
70 | static int do_pk8pkey(BIO *bp, EVP_PKEY *x, int isder, int nid, | 70 | static int do_pk8pkey(BIO *bp, EVP_PKEY *x, int isder, int nid, |
71 | const EVP_CIPHER *enc, char *kstr, int klen, pem_password_cb *cb, void *u); | 71 | const EVP_CIPHER *enc, char *kstr, int klen, pem_password_cb *cb, void *u); |
72 | static int do_pk8pkey_fp(FILE *bp, EVP_PKEY *x, int isder, int nid, | 72 | static int do_pk8pkey_fp(FILE *bp, EVP_PKEY *x, int isder, int nid, |