mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-02-02 20:51:01 +00:00
Remove superfluous new line in ssl_server2
This commit is contained in:
parent
c8f43d82b8
commit
f4e8ed116c
|
@ -1994,7 +1994,6 @@ int main( int argc, char *argv[] )
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#if defined(MBEDTLS_SSL_DTLS_CONNECTION_ID)
|
#if defined(MBEDTLS_SSL_DTLS_CONNECTION_ID)
|
||||||
if( unhexify( cid, opt.cid_val, &cid_len ) != 0 )
|
if( unhexify( cid, opt.cid_val, &cid_len ) != 0 )
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue