mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-02-24 13:16:46 +00:00
Add usage string for key_pwd
argument in ssl_client2 program
Signed-off-by: Hanno Becker <hanno.becker@arm.com>
This commit is contained in:
parent
34ce81f896
commit
bffa54f4eb
|
@ -176,7 +176,9 @@ int main( void )
|
||||||
" use \"none\" to skip loading any top-level CAs.\n" \
|
" use \"none\" to skip loading any top-level CAs.\n" \
|
||||||
" crt_file=%%s Your own cert and chain (in bottom to top order, top may be omitted)\n" \
|
" crt_file=%%s Your own cert and chain (in bottom to top order, top may be omitted)\n" \
|
||||||
" default: \"\" (pre-loaded)\n" \
|
" default: \"\" (pre-loaded)\n" \
|
||||||
" key_file=%%s default: \"\" (pre-loaded)\n"
|
" key_file=%%s default: \"\" (pre-loaded)\n"\
|
||||||
|
" key_pwd=%%s Password for key specified by key_file argument\n"\
|
||||||
|
" default: none\n"
|
||||||
#else
|
#else
|
||||||
#define USAGE_IO \
|
#define USAGE_IO \
|
||||||
" No file operations available (MBEDTLS_FS_IO not defined)\n"
|
" No file operations available (MBEDTLS_FS_IO not defined)\n"
|
||||||
|
|
Loading…
Reference in a new issue