We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b90720c + 4174f55 commit 4ca5c31Copy full SHA for 4ca5c31
src/internal.c
@@ -32307,6 +32307,8 @@ static int GetEcDiffieHellmanKea(WOLFSSL *ssl,
32307
else {
32308
SendAlert(ssl, alert_fatal, illegal_parameter);
32309
}
32310
+#else
32311
+ (void)ret;
32312
#endif
32313
return ECC_PEERKEY_ERROR;
32314
@@ -32349,6 +32351,8 @@ static int GetEcDiffieHellmanKea(WOLFSSL *ssl,
32349
32351
32350
32352
32353
32354
32355
32356
32357
32358
0 commit comments