aboutsummaryrefslogtreecommitdiff
path: root/databases/mariadb105-server/files/patch-mysys__ssl_openssl.c
blob: 5f809d5ae662481d3cd84f19975eee1ef182ba36 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- mysys_ssl/openssl.c
+++ mysys_ssl/openssl.c
@@ -36,8 +36,12 @@
 static uint testing;
 static size_t alloc_size, alloc_count;
 
-static void *coc_malloc(size_t size, const char *f __attribute__((unused)),
-                                             int l __attribute__((unused)))
+static void *coc_malloc(size_t size
+#if !(defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER >= 0x30500000L)
+                                           , const char *f __attribute__((unused)),
+                                             int l __attribute__((unused))
+#endif
+)
 {
   if (unlikely(testing))
   {