mirror of https://github.com/MariaDB/server
Browse Source
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#L34pull/598/head
committed by
Sergei Golubchik
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue