From 1af407e78f54e0cb2c7391236da0be9b76c2f304 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bodo=20M=C3=B6ller?= Date: Wed, 6 Sep 2000 12:18:24 +0000 Subject: typo --- apps/rsautl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/rsautl.c') 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"); -- cgit v1.2.3