mirror of
				https://github.com/MariaDB/server.git
				synced 2025-11-03 14:33:32 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			163 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			163 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
# encrypt('a') is NULL if crypt(3) is not available
 | 
						|
# encrypt('a') is "*0" in fips mode
 | 
						|
if (`select length(encrypt('a')) > 3 IS NOT TRUE`) {
 | 
						|
  skip No crypt(3);
 | 
						|
}
 |