diff --git a/src/core/openssl_wrapper.h b/src/core/openssl_wrapper.h index cff65624..d600c520 100644 --- a/src/core/openssl_wrapper.h +++ b/src/core/openssl_wrapper.h @@ -25,7 +25,7 @@ # define HAVE_SSIZE_T #include #if (defined _WIN32) && (!defined ssize_t) - typedef int ssize_t; // This is only for Windows. Supports only Win32. + typedef long ssize_t; // This is only for Windows. Supports only Win32. #endif #endif