mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-30 22:43:08 +03:00
Remove superfluous newline in ssl_client2
This commit is contained in:
@ -1869,7 +1869,6 @@ int main( int argc, char *argv[] )
|
|||||||
goto usage;
|
goto usage;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
if( opt.cid_enabled == 1 )
|
if( opt.cid_enabled == 1 )
|
||||||
ret = mbedtls_ssl_conf_cid( &conf, cid_len,
|
ret = mbedtls_ssl_conf_cid( &conf, cid_len,
|
||||||
MBEDTLS_SSL_UNEXPECTED_CID_IGNORE );
|
MBEDTLS_SSL_UNEXPECTED_CID_IGNORE );
|
||||||
|
Reference in New Issue
Block a user