mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-08 22:00:49 +02:00
add back WOLFSSL_QT macro guard for order of cipher suites
This commit is contained in:
@@ -10470,7 +10470,8 @@ const char* wolfSSL_CIPHER_get_name(const WOLFSSL_CIPHER* cipher)
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if !defined(WOLFSSL_CIPHER_INTERNALNAME) && !defined(NO_ERROR_STRINGS)
|
||||
#if !defined(WOLFSSL_CIPHER_INTERNALNAME) && !defined(NO_ERROR_STRINGS) && \
|
||||
!defined(WOLFSSL_QT)
|
||||
return GetCipherNameIana(cipher->cipherSuite0, cipher->cipherSuite);
|
||||
#else
|
||||
return wolfSSL_get_cipher_name_from_suite(cipher->cipherSuite0,
|
||||
|
||||
Reference in New Issue
Block a user