1
0
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:
Sergei Golubchik
2017-07-12 22:39:58 +02:00
parent 1d730ac42d
commit 7fc75c420a

View File

@@ -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))
{