mirror of https://github.com/openssl/openssl.git
				
				
				
			
							parent
							
								
									738a224bd0
								
							
						
					
					
						commit
						bed27f4db3
					
				| 
						 | 
					@ -439,7 +439,7 @@ static int ssl_conf_cmd_skip_prefix(SSL_CONF_CTX *cctx, const char **pcmd)
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
	else if (cctx->flags & SSL_CONF_FLAG_CMDLINE)
 | 
						else if (cctx->flags & SSL_CONF_FLAG_CMDLINE)
 | 
				
			||||||
		{
 | 
							{
 | 
				
			||||||
		if (**pcmd != '-' || !*pcmd[1])
 | 
							if (**pcmd != '-' || !(*pcmd)[1])
 | 
				
			||||||
			return 0;
 | 
								return 0;
 | 
				
			||||||
		*pcmd += 1;
 | 
							*pcmd += 1;
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue