1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-01 10:06:53 +03:00

Cleaner initialization (values did not matter, but were uninitialized)

This commit is contained in:
Paul Bakker
2014-04-17 16:03:48 +02:00
parent 030decdb4e
commit df71dd1618
2 changed files with 2 additions and 0 deletions

View File

@ -287,6 +287,7 @@ static int write_and_get_response( int sock_fd, unsigned char *buf, size_t len )
return -1;
}
data[len] = '\0';
printf("\n%s", data);
len = ret;
for( i = 0; i < len; i++ )