mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-06-19 06:47:56 +00:00
Revert whitespace change to ease merging
This commit is contained in:
parent
bc6c110139
commit
b6f880b63b
|
@ -661,8 +661,7 @@ int main( int argc, char *argv[] )
|
||||||
else if( strcmp( p, "request_size" ) == 0 )
|
else if( strcmp( p, "request_size" ) == 0 )
|
||||||
{
|
{
|
||||||
opt.request_size = atoi( q );
|
opt.request_size = atoi( q );
|
||||||
if( opt.request_size < 0 ||
|
if( opt.request_size < 0 || opt.request_size > MBEDTLS_SSL_MAX_CONTENT_LEN )
|
||||||
opt.request_size > MBEDTLS_SSL_MAX_CONTENT_LEN )
|
|
||||||
goto usage;
|
goto usage;
|
||||||
}
|
}
|
||||||
else if( strcmp( p, "ca_file" ) == 0 )
|
else if( strcmp( p, "ca_file" ) == 0 )
|
||||||
|
|
Loading…
Reference in a new issue