From 612a80609a1e0368e954bff16c2ce30abf68e9d0 Mon Sep 17 00:00:00 2001 From: Jacob Barthelmeh Date: Tue, 6 Mar 2018 13:38:58 -0700 Subject: [PATCH] warning about extra set of parentheses --- src/internal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/internal.c b/src/internal.c index 128845599..c8e74fe46 100644 --- a/src/internal.c +++ b/src/internal.c @@ -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