mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-02-20 21:39:54 +00:00
Fix cross-platform compilation issue
Signed-off-by: Jethro Beekman <jethro@fortanix.com>
This commit is contained in:
parent
746df88e90
commit
3477a672b9
@ -35,7 +35,7 @@ exit:
|
||||
/* BEGIN_CASE depends_on:MBEDTLS_PEM_WRITE_C */
|
||||
void mbedtls_pem_write_buffer_lengths()
|
||||
{
|
||||
unsigned char data[256] = {};
|
||||
unsigned char data[256] = { 0 };
|
||||
unsigned char buf[1024];
|
||||
size_t olen_needed, olen;
|
||||
int ret;
|
||||
|
Loading…
x
Reference in New Issue
Block a user