mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +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 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))
|
if (unlikely(testing))
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user