Skip to content

Commit 7fc75c4

Browse files
committed
fix compilation with OpenSSL 1.1
1 parent 1d730ac commit 7fc75c4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mysys_ssl/openssl.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ int check_openssl_compatibility()
3434

3535
static uint testing, alloc_size, alloc_count;
3636

37-
static void *coc_malloc(size_t size, const char *, int)
37+
static void *coc_malloc(size_t size, const char *f __attribute__((unused)),
38+
int l __attribute__((unused)))
3839
{
3940
if (unlikely(testing))
4041
{

0 commit comments

Comments
 (0)