diff options
Diffstat (limited to 'mysys_ssl/openssl.c')
-rw-r--r-- | mysys_ssl/openssl.c | 3 |
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))) |