1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-30 22:43:08 +03:00

Remove overly long line in ssl_client2.c

This commit is contained in:
Hanno Becker
2018-11-05 12:52:42 +00:00
parent bffefae305
commit 39eb4274bb

View File

@ -1582,7 +1582,7 @@ int main( int argc, char *argv[] )
if( ( ret = mbedtls_ssl_conf_psk_opaque( &conf, slot,
(const unsigned char *) opt.psk_identity,
strlen( opt.psk_identity ) ) ) != 0 )
strlen( opt.psk_identity ) ) ) != 0 )
{
mbedtls_printf( " failed\n ! mbedtls_ssl_conf_psk_opaque returned %d\n\n",
ret );