mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 03:17:20 +02:00
Windows : fix broken build with OpenSSL
This commit is contained in:
parent
5a1868b58d
commit
4c0d391c92
4 changed files with 6 additions and 5 deletions
|
|
@ -32,7 +32,8 @@ int check_openssl_compatibility()
|
|||
#else
|
||||
#include <openssl/evp.h>
|
||||
|
||||
static uint testing, alloc_size, alloc_count;
|
||||
static uint testing;
|
||||
size_t alloc_size, alloc_count;
|
||||
|
||||
static void *coc_malloc(size_t size, const char *f __attribute__((unused)),
|
||||
int l __attribute__((unused)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue