Commit 7fc75c42 authored by Sergei Golubchik's avatar Sergei Golubchik

fix compilation with OpenSSL 1.1

parent 1d730ac4
......@@ -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))
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment