mirror of
				https://github.com/MariaDB/server.git
				synced 2025-11-04 04:46:15 +01:00 
			
		
		
		
	have_openssl variable was ON even when OpenSSL was not used (but YaSSL was). fix that, so that have_openssl really corresponds to OpenSSL rename not_openssl.inc to not_ssl.inc and fix the test accordingly.
		
			
				
	
	
		
			4 lines
		
	
	
	
		
			62 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
	
		
			62 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
if (`select @@have_ssl = 'YES'`)
 | 
						|
{
 | 
						|
  skip only without SSL;
 | 
						|
}
 |