1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-12-24 17:41:01 +03:00

Fix help string in ssl_client2.c

This commit is contained in:
Manuel Pégourié-Gonnard
2015-06-11 17:02:10 +02:00
parent 1b1e65f541
commit bf27eaac79

View File

@@ -159,7 +159,7 @@ int main( void )
#if defined(MBEDTLS_SSL_CBC_RECORD_SPLITTING)
#define USAGE_RECSPLIT \
" recplit=%%d default: (library default)\n"
" recsplit=0/1 default: (library default: on)\n"
#else
#define USAGE_RECSPLIT
#endif