mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2024-12-29 09:21:19 +00:00
Merge remote-tracking branch 'public/pr/1258' into development
This commit is contained in:
commit
19c01efda1
@ -128,7 +128,7 @@ static int write_public_key( mbedtls_pk_context *key, const char *output_file )
|
||||
return( ret );
|
||||
|
||||
len = ret;
|
||||
c = output_buf + sizeof(output_buf) - len - 1;
|
||||
c = output_buf + sizeof(output_buf) - len;
|
||||
}
|
||||
|
||||
if( ( f = fopen( output_file, "w" ) ) == NULL )
|
||||
|
Loading…
Reference in New Issue
Block a user