mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-11 16:45:37 +00:00
Document psk_list
parameter of ssl_server2 example program
This commit is contained in:
parent
78f040cf33
commit
6950ebb31f
|
@ -203,6 +203,10 @@ int main( void )
|
|||
#if defined(MBEDTLS_KEY_EXCHANGE__SOME__PSK_ENABLED)
|
||||
#define USAGE_PSK \
|
||||
" psk=%%s default: \"\" (in hex, without 0x)\n" \
|
||||
" psk_list=%%s default: \"\"\n" \
|
||||
" A list of (PSK identity, PSK value) pairs.\n" \
|
||||
" The PSK values are in hex, without 0x.\n" \
|
||||
" id1,psk1[,id2,psk2[,...]]\n" \
|
||||
" psk_identity=%%s default: \"Client_identity\"\n"
|
||||
#else
|
||||
#define USAGE_PSK ""
|
||||
|
|
Loading…
Reference in a new issue