From f7b61702a0bdb55bd0b95fe93296505b1022b798 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bodo=20M=C3=B6ller?= Date: Tue, 31 Jul 2007 09:42:47 +0000 Subject: [PATCH 1/1] document -S and -nopad options in usage information --- apps/enc.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/enc.c b/apps/enc.c index a41ea800ac..38ee24eb17 100644 --- a/apps/enc.c +++ b/apps/enc.c @@ -283,9 +283,11 @@ bad: BIO_printf(bio_err,"%-14s passphrase is the first line of the file argument\n","-kfile"); BIO_printf(bio_err,"%-14s the next argument is the md to use to create a key\n","-md"); BIO_printf(bio_err,"%-14s from a passphrase. One of md2, md5, sha or sha1\n",""); + BIO_printf(bio_err,"%-14s salt in hex is the next argument\n","-S"); BIO_printf(bio_err,"%-14s key/iv in hex is the next argument\n","-K/-iv"); BIO_printf(bio_err,"%-14s print the iv/key (then exit if -P)\n","-[pP]"); BIO_printf(bio_err,"%-14s buffer size\n","-bufsize "); + BIO_printf(bio_err,"%-14s disable standard block padding\n","-nopad"); #ifndef OPENSSL_NO_ENGINE BIO_printf(bio_err,"%-14s use engine e, possibly a hardware device.\n","-engine e"); #endif -- 2.34.1