diff options
Diffstat (limited to 'src/usr.bin/openssl/pkeyutl.c')
-rw-r--r-- | src/usr.bin/openssl/pkeyutl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr.bin/openssl/pkeyutl.c b/src/usr.bin/openssl/pkeyutl.c index d92aa161fb..8c0fd28b29 100644 --- a/src/usr.bin/openssl/pkeyutl.c +++ b/src/usr.bin/openssl/pkeyutl.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: pkeyutl.c,v 1.17 2022/11/11 17:07:39 joshua Exp $ */ | 1 | /* $OpenBSD: pkeyutl.c,v 1.18 2023/03/05 13:12:53 tb Exp $ */ |
2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL | 2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL |
3 | * project 2006. | 3 | * project 2006. |
4 | */ | 4 | */ |
@@ -68,7 +68,7 @@ | |||
68 | #define KEY_PUBKEY 2 | 68 | #define KEY_PUBKEY 2 |
69 | #define KEY_CERT 3 | 69 | #define KEY_CERT 3 |
70 | 70 | ||
71 | struct { | 71 | static struct { |
72 | int asn1parse; | 72 | int asn1parse; |
73 | EVP_PKEY_CTX *ctx; | 73 | EVP_PKEY_CTX *ctx; |
74 | int hexdump; | 74 | int hexdump; |