summaryrefslogtreecommitdiff
path: root/mysql-test/include/have_crypt.inc
blob: 422f8922edca890f98afce33fb25f117a8a1dd9d (plain)
1
2
3
4
5
# 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);
}