Fix MSVS build issues with PQC config

This commit is contained in:
Eric Blankenhorn
2025-03-18 15:04:38 -05:00
parent 7c9ecd39fe
commit f663ed28b6
4 changed files with 53 additions and 61 deletions

View File

@ -2382,10 +2382,13 @@ THREAD_RETURN WOLFSSL_THREAD server_test(void* args)
#ifdef HAVE_PQC
case 259:
{
usePqc = 1;
#if defined(WOLFSSL_TLS13) && defined(HAVE_SUPPORTED_CURVES)
onlyKeyShare = 2;
#endif
pqcAlg = myoptarg;
break;
} break;
#endif
#if defined(WOLFSSL_TLS13) && defined(HAVE_SESSION_TICKET)