mirror of
https://github.com/yuzu-emu/mbedtls
synced 2024-11-25 05:48:59 +00:00
Fix help string in ssl_client2.c
This commit is contained in:
parent
1b1e65f541
commit
bf27eaac79
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ int main( void )
|
||||||
|
|
||||||
#if defined(MBEDTLS_SSL_CBC_RECORD_SPLITTING)
|
#if defined(MBEDTLS_SSL_CBC_RECORD_SPLITTING)
|
||||||
#define USAGE_RECSPLIT \
|
#define USAGE_RECSPLIT \
|
||||||
" recplit=%%d default: (library default)\n"
|
" recsplit=0/1 default: (library default: on)\n"
|
||||||
#else
|
#else
|
||||||
#define USAGE_RECSPLIT
|
#define USAGE_RECSPLIT
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue