Include the default iteration count in the help for the enc command
authorPauli <pauli@openssl.org>
Wed, 8 Mar 2023 23:15:54 +0000 (10:15 +1100)
committerPauli <pauli@openssl.org>
Sun, 19 Mar 2023 21:24:26 +0000 (08:24 +1100)
commitdc43f080c5d60ef76df4087c1cf53a4bbaad93bd
treeadcf6e2f00b692ce14e71e78557dff0c25024a47
parent6821acbffda908ec69769ed7f110cfde57d8ca58
Include the default iteration count in the help for the enc command

The only way to discover this otherwise is looking at the code.

Fixes #20466

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/20471)
apps/enc.c