mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-02 04:04:39 +02:00
fix typo with getting cipher suite
This commit is contained in:
@@ -16132,7 +16132,7 @@ const char* wolfSSL_SESSION_CIPHER_get_name(WOLFSSL_SESSION* session)
|
|||||||
#if !defined(WOLFSSL_CIPHER_INTERNALNAME) && !defined(NO_ERROR_STRINGS)
|
#if !defined(WOLFSSL_CIPHER_INTERNALNAME) && !defined(NO_ERROR_STRINGS)
|
||||||
return GetCipherNameIana(session->cipherSuite0, session->cipherSuite);
|
return GetCipherNameIana(session->cipherSuite0, session->cipherSuite);
|
||||||
#else
|
#else
|
||||||
return GetCipherNameInternal(ession->cipherSuite0, session->cipherSuite);
|
return GetCipherNameInternal(session->cipherSuite0, session->cipherSuite);
|
||||||
#endif
|
#endif
|
||||||
#else
|
#else
|
||||||
return NULL;
|
return NULL;
|
||||||
|
Reference in New Issue
Block a user