mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-04-05 06:26:52 +00:00
fix various issues
- Format issues - Possible memory leak - Improve naming and comment issues Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
This commit is contained in:
parent
8d4bbbae4f
commit
4746b10c2e
2 changed files with 19 additions and 35 deletions
|
|
@ -708,6 +708,7 @@ exit:
|
|||
mbedtls_ssl_session_free( &exported_session );
|
||||
return( ret );
|
||||
}
|
||||
|
||||
int main( int argc, char *argv[] )
|
||||
{
|
||||
int ret = 0, len, tail_len, i, written, frags, retry_left;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue