]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
apps/enc.c: typo fix in -k option description master
authorEugene Syromiatnikov <esyr@openssl.org>
Tue, 14 Apr 2026 06:45:14 +0000 (08:45 +0200)
committerNikola Pajkovsky <nikolap@openssl.org>
Mon, 20 Apr 2026 10:17:59 +0000 (12:17 +0200)
Add missing closing parenthesis.

Fixes: de89ca9347c2 "apps/enc.c: Moved -pass, -k, -kfile to encryption options"
Signed-off-by: Eugene Syromiatnikov <esyr@openssl.org>
Reviewed-by: Frederik Wedel-Heinen <fwh.openssl@gmail.com>
Reviewed-by: Tomas Mraz <tomas@openssl.foundation>
MergeDate: Mon Apr 20 10:18:05 2026
(Merged from https://github.com/openssl/openssl/pull/30813)

apps/enc.c

index ef0e70a81fda22fbf4280891bd58076bb6dd012a..df9e3ffb9836a952058364679b102e892e920d3f 100644 (file)
@@ -114,7 +114,7 @@ const OPTIONS enc_options[] = {
     { "S", OPT_UPPER_S, 's', "Salt, in hex" },
     { "iv", OPT_IV, 's', "IV in hex" },
     { "md", OPT_MD, 's', "Use specified digest to create a key from the passphrase" },
-    { "k", OPT_K, 's', "Passphrase (Deprecated" },
+    { "k", OPT_K, 's', "Passphrase (Deprecated)" },
     { "kfile", OPT_KFILE, '<', "Read passphrase from file (Deprecated)" },
     { "pass", OPT_PASS, 's', "Passphrase source" },
     { "iter", OPT_ITER, 'p',