mirror of
https://github.com/cuberite/polarssl.git
synced 2025-09-29 16:32:32 -04:00
Constify parameter of ssl_tls13_session_load
Signed-off-by: Norbert Fabritius <norbert.fabritius@esrlabs.com>
This commit is contained in:
parent
8ceeff95e9
commit
d36913a58f
@ -4048,7 +4048,7 @@ static int ssl_tls13_session_save(const mbedtls_ssl_session *session,
|
|||||||
}
|
}
|
||||||
|
|
||||||
static int ssl_tls13_session_load(const mbedtls_ssl_session *session,
|
static int ssl_tls13_session_load(const mbedtls_ssl_session *session,
|
||||||
unsigned char *buf,
|
const unsigned char *buf,
|
||||||
size_t buf_len)
|
size_t buf_len)
|
||||||
{
|
{
|
||||||
((void) session);
|
((void) session);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user