mirror of
https://github.com/yuzu-emu/mbedtls
synced 2024-11-25 03:28:25 +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)
|
||||
#define USAGE_RECSPLIT \
|
||||
" recplit=%%d default: (library default)\n"
|
||||
" recsplit=0/1 default: (library default: on)\n"
|
||||
#else
|
||||
#define USAGE_RECSPLIT
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue