GH764: s_server: trace option fall through
in s_server cmd: specifying -trace option, falls through and turn-on security_debug Signed-off-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org>
This commit is contained in:
		
				
					committed by
					
						
						Rich Salz
					
				
			
			
				
	
			
			
			
						parent
						
							8448b69df2
						
					
				
				
					commit
					1c03c81f52
				
			@@ -1332,9 +1332,8 @@ int s_server_main(int argc, char *argv[])
 | 
			
		||||
        case OPT_TRACE:
 | 
			
		||||
#ifndef OPENSSL_NO_SSL_TRACE
 | 
			
		||||
            s_msg = 2;
 | 
			
		||||
#else
 | 
			
		||||
            break;
 | 
			
		||||
#endif
 | 
			
		||||
            break;
 | 
			
		||||
        case OPT_SECURITY_DEBUG:
 | 
			
		||||
            sdebug = 1;
 | 
			
		||||
            break;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user