Skip to content

Commit c29ee94

Browse files
author
Mika Leppänen
committed
Changed TLS return value to int32_t
1 parent 501a2c8 commit c29ee94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/Security/protocols/tls_sec_prot/tls_sec_prot_lib.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ static void tls_sec_prot_lib_debug(void *ctx, int level, const char *file, int l
416416

417417
int8_t tls_sec_prot_lib_process(tls_security_t *sec)
418418
{
419-
int ret = -1;
419+
int32_t ret = -1;
420420

421421
while (ret != MBEDTLS_ERR_SSL_WANT_READ) {
422422
ret = mbedtls_ssl_handshake_step(&sec->ssl);

0 commit comments

Comments
 (0)