warning about extra set of parentheses
This commit is contained in:
parent
799a6b6d2d
commit
612a80609a
@ -16527,7 +16527,7 @@ int SetCipherList(WOLFSSL_CTX* ctx, Suites* suites, const char* list)
|
||||
haveAnon = 1;
|
||||
else
|
||||
#endif
|
||||
if ((haveRSAsig == 0)
|
||||
if (haveRSAsig == 0
|
||||
#ifndef NO_PSK
|
||||
&& (XSTRSTR(name, "PSK") == NULL)
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user