diff options
Diffstat (limited to 'src/usr.bin/openssl/rsautl.c')
-rw-r--r-- | src/usr.bin/openssl/rsautl.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/usr.bin/openssl/rsautl.c b/src/usr.bin/openssl/rsautl.c index f61369dac2..7d7434c634 100644 --- a/src/usr.bin/openssl/rsautl.c +++ b/src/usr.bin/openssl/rsautl.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: rsautl.c,v 1.16 2019/02/03 15:40:32 tb Exp $ */ | 1 | /* $OpenBSD: rsautl.c,v 1.17 2019/02/04 11:21:05 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 2000. | 3 | * project 2000. |
4 | */ | 4 | */ |
@@ -208,7 +208,7 @@ struct option rsautl_options[] = { | |||
208 | }, | 208 | }, |
209 | { | 209 | { |
210 | .name = "x931", | 210 | .name = "x931", |
211 | .desc = "Use X931 padding", | 211 | .desc = "Use ANSI X9.31 padding", |
212 | .type = OPTION_VALUE, | 212 | .type = OPTION_VALUE, |
213 | .value = RSA_X931_PADDING, | 213 | .value = RSA_X931_PADDING, |
214 | .opt.value = &rsautl_config.pad, | 214 | .opt.value = &rsautl_config.pad, |
@@ -224,8 +224,8 @@ rsautl_usage() | |||
224 | "usage: rsautl [-asn1parse] [-certin] [-decrypt] [-encrypt] " | 224 | "usage: rsautl [-asn1parse] [-certin] [-decrypt] [-encrypt] " |
225 | "[-hexdump]\n" | 225 | "[-hexdump]\n" |
226 | " [-in file] [-inkey file] [-keyform der | pem]\n" | 226 | " [-in file] [-inkey file] [-keyform der | pem]\n" |
227 | " [-oaep | -pkcs | -raw] [-out file] [-pubin] [-sign]\n" | 227 | " [-oaep | -pkcs | -raw | -x931] [-out file] [-passin arg]\n" |
228 | " [-verify]\n\n"); | 228 | " [-pubin] [-rev] [-sign] [-verify]\n\n"); |
229 | 229 | ||
230 | options_usage(rsautl_options); | 230 | options_usage(rsautl_options); |
231 | } | 231 | } |