mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-02 07:20:26 +00:00
Avoid overly long usage string literal in ssl_server2 program
Signed-off-by: Hanno Becker <hanno.becker@arm.com>
This commit is contained in:
parent
fa452c4566
commit
34ce81f896
@ -501,8 +501,6 @@ int main( void )
|
|||||||
" cert_req_ca_list=%%d default: 1 (send ca list)\n" \
|
" cert_req_ca_list=%%d default: 1 (send ca list)\n" \
|
||||||
" options: 1 (send ca list), 0 (don't send)\n" \
|
" options: 1 (send ca list), 0 (don't send)\n" \
|
||||||
USAGE_IO \
|
USAGE_IO \
|
||||||
USAGE_SSL_ASYNC \
|
|
||||||
USAGE_SNI \
|
|
||||||
"\n" \
|
"\n" \
|
||||||
USAGE_PSK \
|
USAGE_PSK \
|
||||||
USAGE_CA_CALLBACK \
|
USAGE_CA_CALLBACK \
|
||||||
@ -527,6 +525,8 @@ int main( void )
|
|||||||
USAGE_CURVES \
|
USAGE_CURVES \
|
||||||
"\n"
|
"\n"
|
||||||
#define USAGE4 \
|
#define USAGE4 \
|
||||||
|
USAGE_SSL_ASYNC \
|
||||||
|
USAGE_SNI \
|
||||||
" arc4=%%d default: (library default: 0)\n" \
|
" arc4=%%d default: (library default: 0)\n" \
|
||||||
" allow_sha1=%%d default: 0\n" \
|
" allow_sha1=%%d default: 0\n" \
|
||||||
" min_version=%%s default: (library default: tls1)\n" \
|
" min_version=%%s default: (library default: tls1)\n" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user