using macro inside the case.
Reviewed-by: Kurt Roeckx <kurt@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
		
				
					committed by
					
						
						Rich Salz
					
				
			
			
				
	
			
			
			
						parent
						
							b07c703ff6
						
					
				
				
					commit
					d631602533
				
			@@ -1490,11 +1490,11 @@ int s_server_main(int argc, char *argv[])
 | 
				
			|||||||
        case OPT_ALPN:
 | 
					        case OPT_ALPN:
 | 
				
			||||||
            alpn_in = opt_arg();
 | 
					            alpn_in = opt_arg();
 | 
				
			||||||
            break;
 | 
					            break;
 | 
				
			||||||
#ifndef OPENSSL_NO_SRTP
 | 
					 | 
				
			||||||
        case OPT_SRTP_PROFILES:
 | 
					        case OPT_SRTP_PROFILES:
 | 
				
			||||||
 | 
					#ifndef OPENSSL_NO_SRTP
 | 
				
			||||||
            srtp_profiles = opt_arg();
 | 
					            srtp_profiles = opt_arg();
 | 
				
			||||||
            break;
 | 
					 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
 | 
					            break;
 | 
				
			||||||
        case OPT_KEYMATEXPORT:
 | 
					        case OPT_KEYMATEXPORT:
 | 
				
			||||||
            keymatexportlabel = opt_arg();
 | 
					            keymatexportlabel = opt_arg();
 | 
				
			||||||
            break;
 | 
					            break;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user