mirror of
https://github.com/MariaDB/server.git
synced 2025-01-27 09:14:17 +01:00
4b0ac5a12b
Based on FreeBSD patch. The FreeBSD inclusion of check_openssl_compatibility prevented any use of the crypto callbacks and as such the later differences where ignored. The later differences in coc_malloc didn't propegate to the other callback functions of CRYPTO_set_mem_functions where a reduced argument list also applied. Looking where[2] libressl added the functions it was of the same prototype 10 years ago so omitting any version check. [1] |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
my_crypt.cc | ||
my_md5.cc | ||
my_sha.inl | ||
my_sha1.cc | ||
my_sha224.cc | ||
my_sha256.cc | ||
my_sha384.cc | ||
my_sha512.cc | ||
openssl.c |