mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
fix compilation with OpenSSL 1.1
This commit is contained in:
@@ -34,7 +34,8 @@ int check_openssl_compatibility()
|
||||
|
||||
static uint testing, alloc_size, alloc_count;
|
||||
|
||||
static void *coc_malloc(size_t size, const char *, int)
|
||||
static void *coc_malloc(size_t size, const char *f __attribute__((unused)),
|
||||
int l __attribute__((unused)))
|
||||
{
|
||||
if (unlikely(testing))
|
||||
{
|
||||
|
Reference in New Issue
Block a user