summaryrefslogtreecommitdiff
path: root/mysys_ssl
diff options
context:
space:
mode:
authorVladislav Vaintroub <wlad@mariadb.com>2018-09-08 16:18:42 +0100
committerVladislav Vaintroub <wlad@mariadb.com>2018-09-08 20:36:31 +0100
commit4c0d391c92bcf2e1c6c0e970aa698af9b4740b04 (patch)
tree0f5becae389ac4d5a7c80c7fe8eb3ea81e056b29 /mysys_ssl
parent5a1868b58d26b286b6ad433096e7184895953311 (diff)
downloadmariadb-git-4c0d391c92bcf2e1c6c0e970aa698af9b4740b04.tar.gz
Windows : fix broken build with OpenSSL
Diffstat (limited to 'mysys_ssl')
-rw-r--r--mysys_ssl/openssl.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/mysys_ssl/openssl.c b/mysys_ssl/openssl.c
index 2cf37caccbb..e0f3d646ca9 100644
--- a/mysys_ssl/openssl.c
+++ b/mysys_ssl/openssl.c
@@ -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)))