forked from wolfSSL/wolfssl
Fix for building with NO_ERROR_STRINGS.
This commit is contained in:
@@ -12026,6 +12026,9 @@ const char* wolfSSL_CIPHER_get_name_from_suite(const unsigned char cipherSuite,
|
|||||||
|
|
||||||
WOLFSSL_ENTER("wolfSSL_CIPHER_get_name_from_suite");
|
WOLFSSL_ENTER("wolfSSL_CIPHER_get_name_from_suite");
|
||||||
|
|
||||||
|
(void)cipherSuite;
|
||||||
|
(void)cipherSuite0;
|
||||||
|
|
||||||
#ifndef NO_ERROR_STRINGS
|
#ifndef NO_ERROR_STRINGS
|
||||||
|
|
||||||
#if defined(HAVE_CHACHA)
|
#if defined(HAVE_CHACHA)
|
||||||
|
Reference in New Issue
Block a user