We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b533d08 + da2c48f commit 775bbacCopy full SHA for 775bbac
1 file changed
examples/client/client.c
@@ -2960,13 +2960,16 @@ THREAD_RETURN WOLFSSL_THREAD client_test(void* args)
2960
break;
2961
#endif
2962
2963
-#if defined(WOLFSSL_TLS13) && defined(HAVE_SUPPORTED_CURVES) && \
2964
- defined(HAVE_PQC)
+#if defined(HAVE_PQC)
2965
case 259:
+ {
2966
usePqc = 1;
2967
+ #if defined(WOLFSSL_TLS13) && defined(HAVE_SUPPORTED_CURVES)
2968
onlyKeyShare = 3;
2969
+ #endif
2970
pqcAlg = myoptarg;
- break;
2971
+ }
2972
+ break;
2973
2974
#ifdef WOLFSSL_SYS_CA_CERTS
2975
case 263:
0 commit comments