Details
Description
I succeeded in building MariaDB 10.6.4 with OpenSSL 3.0.0 but failed to launch it.
in include/ssl_compat.h:27:
#define EVP_MD_CTX_SIZE 48
In OpenSSL 3.0.0 the size of EVP_MD_CTX has been increased to 72. When I increased the value and built it, it started successfully.
Attachments
Issue Links
- is part of
-
MDEV-25785 Add support for OpenSSL 3.0
- Closed