mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-01 03:34:39 +02:00
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;
|
||||
else
|
||||
#endif
|
||||
if ((haveRSAsig == 0)
|
||||
if (haveRSAsig == 0
|
||||
#ifndef NO_PSK
|
||||
&& (XSTRSTR(name, "PSK") == NULL)
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user