forked from wolfSSL/wolfssl
Multicast
1. Squash a couple unused variable warnings.
This commit is contained in:
@ -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