mariadb/mysql-test/include/have_crypt.inc
Daniel Black c095283ea6 MDEV-27964: tests - enable msan tests on have_crypt.inc
Old MSAN clang versions crashed on ENCRYPT's use of the
crypt function. We've instrumented this in CI for testing.
2025-06-16 12:00:45 +10:00

5 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);
}