From 3d920b23a0deeb364c6679f19d5e248bf3a15e14 Mon Sep 17 00:00:00 2001 From: David Garske Date: Mon, 17 Oct 2016 10:15:01 -0700 Subject: [PATCH] Fix for building with NO_ERROR_STRINGS. --- src/ssl.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/ssl.c b/src/ssl.c index fed907b90..a56911d83 100644 --- a/src/ssl.c +++ b/src/ssl.c @@ -12026,6 +12026,9 @@ const char* wolfSSL_CIPHER_get_name_from_suite(const unsigned char cipherSuite, WOLFSSL_ENTER("wolfSSL_CIPHER_get_name_from_suite"); + (void)cipherSuite; + (void)cipherSuite0; + #ifndef NO_ERROR_STRINGS #if defined(HAVE_CHACHA)