typo
authorBodo Möller <bodo@openssl.org>
Wed, 6 Sep 2000 12:18:24 +0000 (12:18 +0000)
committerBodo Möller <bodo@openssl.org>
Wed, 6 Sep 2000 12:18:24 +0000 (12:18 +0000)
apps/rsautl.c

index fb059de2877d3f35862db7eaee8717772abd18ca..c14c05e1de543e471ae553746a3df26cf0cf1eaf 100644 (file)
@@ -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");