summaryrefslogtreecommitdiffstats
path: root/apps/rsautl.c
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2000-09-06 12:18:24 +0000
committerBodo Möller <bodo@openssl.org>2000-09-06 12:18:24 +0000
commit1af407e78f54e0cb2c7391236da0be9b76c2f304 (patch)
tree1718a23b8390d106b621d8658c79a1df269d9f18 /apps/rsautl.c
parent2b40660ec1ee69ff4121937d12a50937d9fb0bfb (diff)
typo
Diffstat (limited to 'apps/rsautl.c')
-rw-r--r--apps/rsautl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/rsautl.c b/apps/rsautl.c
index fb059de287..c14c05e1de 100644
--- a/apps/rsautl.c
+++ b/apps/rsautl.c
@@ -270,7 +270,7 @@ static void usage()
BIO_printf(bio_err, "-certin input is a certificate carrying an RSA public key\n");
BIO_printf(bio_err, "-ssl use SSL v2 padding\n");
BIO_printf(bio_err, "-raw use no padding\n");
- BIO_printf(bio_err, "-pkcs use PKCS#1 v.15 padding (default)\n");
+ BIO_printf(bio_err, "-pkcs use PKCS#1 v1.5 padding (default)\n");
BIO_printf(bio_err, "-oaep use PKCS#1 OAEP\n");
BIO_printf(bio_err, "-sign sign with private key\n");
BIO_printf(bio_err, "-verify verify with public key\n");