Enable wolfSSL_BIO_vprintf on Windows

Enable wolfSSL_BIO_vprintf use with WOLFSSL_BIO_MEMORY and WOLFSSL_BIO_SSL on Windows with the HAVE_VA_COPY flag
This commit is contained in:
Juliusz Sosinowicz
2020-05-21 19:41:40 +02:00
parent a6f5bc84e6
commit de61a8e5d3

View File

@@ -26404,7 +26404,7 @@ int wolfSSL_BIO_vprintf(WOLFSSL_BIO* bio, const char* format, va_list args)
break;
case WOLFSSL_BIO_MEMORY:
#if defined(OPENSSL_EXTRA) && !defined(_WIN32)
#if defined(OPENSSL_EXTRA) && (!defined(_WIN32) || defined(HAVE_VA_COPY))
case WOLFSSL_BIO_SSL:
{
int count;