mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-31 09:29:15 +01:00
use unsigned char instead of uint8_t
This commit is contained in:
@@ -749,7 +749,7 @@ long wolfSSL_CTX_set_session_cache_mode(WOLFSSL_CTX* ctx, long mode)
|
||||
#ifdef OPENSSL_EXTRA
|
||||
#ifdef HAVE_MAX_FRAGMENT
|
||||
/* return the max fragment size set when handshake was negotiated */
|
||||
uint8_t wolfSSL_SESSION_get_max_fragment_length(WOLFSSL_SESSION* session)
|
||||
unsigned char wolfSSL_SESSION_get_max_fragment_length(WOLFSSL_SESSION* session)
|
||||
{
|
||||
session = ClientSessionToSession(session);
|
||||
if (session == NULL) {
|
||||
|
||||
Reference in New Issue
Block a user