1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-30 22:43:08 +03:00

Newline fixes in help text for ssl_client2 / ssl_server2

This commit is contained in:
Paul Bakker
2013-07-26 14:02:13 +02:00
parent 52cf16caeb
commit 6c85279719
2 changed files with 4 additions and 4 deletions

View File

@ -159,8 +159,8 @@ static void my_debug( void *ctx, int level, const char *str )
" options: ssl3, tls1, tls1_1, tls1_2\n" \
" auth_mode=%%s default: \"optional\"\n" \
" options: none, optional, required\n" \
" max_frag_len=%%d default: 16384 (tls default)" \
" options: 512, 1024, 2048, 4096" \
" max_frag_len=%%d default: 16384 (tls default)\n" \
" options: 512, 1024, 2048, 4096\n" \
USAGE_PSK \
"\n" \
" force_ciphersuite=<name> default: all enabled\n"\