summaryrefslogtreecommitdiff
path: root/src/usr.bin
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr.bin')
-rw-r--r--src/usr.bin/openssl/rsautl.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/usr.bin/openssl/rsautl.c b/src/usr.bin/openssl/rsautl.c
index 1e420b391d..65b10858b8 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.13 2018/02/07 05:47:55 jsing Exp $ */ 1/* $OpenBSD: rsautl.c,v 1.14 2019/01/29 10:17:56 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 */
@@ -318,7 +318,6 @@ usage()
318 BIO_printf(bio_err, "-keyform arg private key format - default PEM\n"); 318 BIO_printf(bio_err, "-keyform arg private key format - default PEM\n");
319 BIO_printf(bio_err, "-pubin input is an RSA public\n"); 319 BIO_printf(bio_err, "-pubin input is an RSA public\n");
320 BIO_printf(bio_err, "-certin input is a certificate carrying an RSA public key\n"); 320 BIO_printf(bio_err, "-certin input is a certificate carrying an RSA public key\n");
321 BIO_printf(bio_err, "-ssl use SSL v2 padding\n");
322 BIO_printf(bio_err, "-raw use no padding\n"); 321 BIO_printf(bio_err, "-raw use no padding\n");
323 BIO_printf(bio_err, "-pkcs use PKCS#1 v1.5 padding (default)\n"); 322 BIO_printf(bio_err, "-pkcs use PKCS#1 v1.5 padding (default)\n");
324 BIO_printf(bio_err, "-oaep use PKCS#1 OAEP\n"); 323 BIO_printf(bio_err, "-oaep use PKCS#1 OAEP\n");