warning about extra set of parentheses

This commit is contained in:
Jacob Barthelmeh 2018-03-06 13:38:58 -07:00
parent 799a6b6d2d
commit 612a80609a

View File

@ -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