mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-02-25 19:06:53 +00:00
Improve readability of ssl_client2/ssl_server2 usage instructions
This commit is contained in:
parent
b8260c64d6
commit
c8f43d82b8
|
@ -146,11 +146,11 @@ int main( void )
|
||||||
" cid=%%d Disable (0) or enable (1) the use of the DTLS Connection ID extension.\n" \
|
" cid=%%d Disable (0) or enable (1) the use of the DTLS Connection ID extension.\n" \
|
||||||
" default: 0 (disabled)\n" \
|
" default: 0 (disabled)\n" \
|
||||||
" cid_renego=%%d Disable (0) or enable (1) the use of the DTLS Connection ID extension during renegotiation.\n" \
|
" cid_renego=%%d Disable (0) or enable (1) the use of the DTLS Connection ID extension during renegotiation.\n" \
|
||||||
" default: same as 'cid'\n" \
|
" default: same as 'cid' parameter\n" \
|
||||||
" cid_val=%%s The CID to use for incoming messages (in hex, without 0x).\n" \
|
" cid_val=%%s The CID to use for incoming messages (in hex, without 0x).\n" \
|
||||||
" default: \"\"\n" \
|
" default: \"\"\n" \
|
||||||
" cid_val_renego=%%s The CID to use for incoming messages (in hex, without 0x) after renegotiation.\n" \
|
" cid_val_renego=%%s The CID to use for incoming messages (in hex, without 0x) after renegotiation.\n" \
|
||||||
" default: same as cid_val\n"
|
" default: same as 'cid_val' parameter\n"
|
||||||
#else /* MBEDTLS_SSL_DTLS_CONNECTION_ID */
|
#else /* MBEDTLS_SSL_DTLS_CONNECTION_ID */
|
||||||
#define USAGE_CID ""
|
#define USAGE_CID ""
|
||||||
#endif /* MBEDTLS_SSL_DTLS_CONNECTION_ID */
|
#endif /* MBEDTLS_SSL_DTLS_CONNECTION_ID */
|
||||||
|
|
|
@ -231,11 +231,11 @@ int main( void )
|
||||||
" cid=%%d Disable (0) or enable (1) the use of the DTLS Connection ID extension.\n" \
|
" cid=%%d Disable (0) or enable (1) the use of the DTLS Connection ID extension.\n" \
|
||||||
" default: 0 (disabled)\n" \
|
" default: 0 (disabled)\n" \
|
||||||
" cid_renego=%%d Disable (0) or enable (1) the use of the DTLS Connection ID extension during renegotiation.\n" \
|
" cid_renego=%%d Disable (0) or enable (1) the use of the DTLS Connection ID extension during renegotiation.\n" \
|
||||||
" default: same as 'cid'\n" \
|
" default: same as 'cid' parameter\n" \
|
||||||
" cid_val=%%s The CID to use for incoming messages (in hex, without 0x).\n" \
|
" cid_val=%%s The CID to use for incoming messages (in hex, without 0x).\n" \
|
||||||
" default: \"\"\n" \
|
" default: \"\"\n" \
|
||||||
" cid_val_renego=%%s The CID to use for incoming messages (in hex, without 0x) after renegotiation.\n" \
|
" cid_val_renego=%%s The CID to use for incoming messages (in hex, without 0x) after renegotiation.\n" \
|
||||||
" default: same as 'cid_val'\n"
|
" default: same as 'cid_val' parameter\n"
|
||||||
#else /* MBEDTLS_SSL_DTLS_CONNECTION_ID */
|
#else /* MBEDTLS_SSL_DTLS_CONNECTION_ID */
|
||||||
#define USAGE_CID ""
|
#define USAGE_CID ""
|
||||||
#endif /* MBEDTLS_SSL_DTLS_CONNECTION_ID */
|
#endif /* MBEDTLS_SSL_DTLS_CONNECTION_ID */
|
||||||
|
|
Loading…
Reference in a new issue