Fix for building with NO_ERROR_STRINGS.

This commit is contained in:
David Garske
2016-10-17 10:15:01 -07:00
parent 7a35d904c2
commit 3d920b23a0

View File

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