mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-10-30 11:11:12 -04: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 ) | ||||
|         { | ||||
|             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…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Hanno Becker
						Hanno Becker