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 b0800181b0..09a1a9755f 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.15 2019/02/17 15:01:08 inoguchi Exp $ */ | 1 | /* $OpenBSD: pkeyutl.c,v 1.16 2019/07/14 03:30:46 guenther 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 | */ |
| @@ -96,7 +96,7 @@ static int do_keyop(EVP_PKEY_CTX * ctx, int pkey_op, | |||
| 96 | unsigned char *out, size_t * poutlen, | 96 | unsigned char *out, size_t * poutlen, |
| 97 | unsigned char *in, size_t inlen); | 97 | unsigned char *in, size_t inlen); |
| 98 | 98 | ||
| 99 | struct option pkeyutl_options[] = { | 99 | static const struct option pkeyutl_options[] = { |
| 100 | { | 100 | { |
| 101 | .name = "asn1parse", | 101 | .name = "asn1parse", |
| 102 | .desc = "ASN.1 parse the output data", | 102 | .desc = "ASN.1 parse the output data", |
