mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-08 11:10:51 +02:00
Multicast
1. Squash a couple unused variable warnings.
This commit is contained in:
+3
-1
@@ -3726,7 +3726,9 @@ int SetSSL_CTX(WOLFSSL* ssl, WOLFSSL_CTX* ctx, int writeDup)
|
||||
byte newSSL;
|
||||
byte haveRSA = 0;
|
||||
byte haveMcast = 0;
|
||||
(void) haveAnon; /* Squash unused var warnings */
|
||||
|
||||
(void)haveAnon; /* Squash unused var warnings */
|
||||
(void)haveMcast;
|
||||
|
||||
if (!ssl || !ctx)
|
||||
return BAD_FUNC_ARG;
|
||||
|
||||
Reference in New Issue
Block a user