mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-06-19 02:57:54 +00:00
Remove unused label in ssl_client2/ssl_server2
This commit is contained in:
parent
e29dfb2157
commit
32bbe4a66b
|
@ -589,7 +589,6 @@ static int ssl_check_record( mbedtls_ssl_context const *ssl,
|
||||||
/* Regardless of the outcome, forward the record to the stack. */
|
/* Regardless of the outcome, forward the record to the stack. */
|
||||||
}
|
}
|
||||||
|
|
||||||
exit:
|
|
||||||
mbedtls_free( tmp_buf );
|
mbedtls_free( tmp_buf );
|
||||||
|
|
||||||
return( 0 );
|
return( 0 );
|
||||||
|
|
|
@ -721,7 +721,6 @@ static int ssl_check_record( mbedtls_ssl_context const *ssl,
|
||||||
/* Regardless of the outcome, forward the record to the stack. */
|
/* Regardless of the outcome, forward the record to the stack. */
|
||||||
}
|
}
|
||||||
|
|
||||||
exit:
|
|
||||||
mbedtls_free( tmp_buf );
|
mbedtls_free( tmp_buf );
|
||||||
|
|
||||||
return( 0 );
|
return( 0 );
|
||||||
|
|
Loading…
Reference in a new issue