mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-29 11:41:15 +03:00
Fix char signedness issue
This commit is contained in:
@ -836,7 +836,7 @@ struct _ssl_context
|
|||||||
unsigned char mfl_code; /*!< MaxFragmentLength chosen by us */
|
unsigned char mfl_code; /*!< MaxFragmentLength chosen by us */
|
||||||
#endif /* POLARSSL_SSL_MAX_FRAGMENT_LENGTH */
|
#endif /* POLARSSL_SSL_MAX_FRAGMENT_LENGTH */
|
||||||
#if defined(POLARSSL_SSL_CBC_RECORD_SPLITTING)
|
#if defined(POLARSSL_SSL_CBC_RECORD_SPLITTING)
|
||||||
char split_done; /*!< flag for record splitting:
|
signed char split_done; /*!< flag for record splitting:
|
||||||
-1 disabled, 0 todo, 1 done */
|
-1 disabled, 0 todo, 1 done */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user