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