mirror of
https://github.com/MariaDB/server.git
synced 2026-04-23 08:45:33 +02:00
If the CRYPTO_set_mem_functions fails just return success from check_openssl_compatibility. The only case where CRYPTO_set_mem_functions fails is the allow_customize==0 (aka FIPS mode). The check_openssl_compatibility isn't able to complete unless this function returns success. ref: https://github.com/openssl/openssl/blob/OpenSSL_1_1_0g/crypto/mem.c#L34 |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| my_crypt.cc | ||
| my_md5.cc | ||
| my_sha.ic | ||
| my_sha1.cc | ||
| my_sha224.cc | ||
| my_sha256.cc | ||
| my_sha384.cc | ||
| my_sha512.cc | ||
| openssl.c | ||
| yassl.cc | ||