make client pqc option consistency with server

pull/8688/head
Hideki Miyazaki 2025-04-17 15:40:27 +09:00
parent d9fd1072a2
commit da2c48fef5
1 changed files with 6 additions and 3 deletions

View File

@ -2960,13 +2960,16 @@ THREAD_RETURN WOLFSSL_THREAD client_test(void* args)
break;
#endif
#if defined(WOLFSSL_TLS13) && defined(HAVE_SUPPORTED_CURVES) && \
defined(HAVE_PQC)
#if defined(HAVE_PQC)
case 259:
{
usePqc = 1;
#if defined(WOLFSSL_TLS13) && defined(HAVE_SUPPORTED_CURVES)
onlyKeyShare = 3;
#endif
pqcAlg = myoptarg;
break;
}
break;
#endif
#ifdef WOLFSSL_SYS_CA_CERTS
case 263: