Revert whitespace change to ease merging
This commit is contained in:
parent
bc6c110139
commit
b6f880b63b
1 changed files with 1 additions and 2 deletions
|
@ -661,8 +661,7 @@ int main( int argc, char *argv[] )
|
|||
else if( strcmp( p, "request_size" ) == 0 )
|
||||
{
|
||||
opt.request_size = atoi( q );
|
||||
if( opt.request_size < 0 ||
|
||||
opt.request_size > MBEDTLS_SSL_MAX_CONTENT_LEN )
|
||||
if( opt.request_size < 0 || opt.request_size > MBEDTLS_SSL_MAX_CONTENT_LEN )
|
||||
goto usage;
|
||||
}
|
||||
else if( strcmp( p, "ca_file" ) == 0 )
|
||||
|
|
Loading…
Reference in a new issue