1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-29 11:41:15 +03:00

Revert 42cc641. Issue already fixed in 333fdec.

This commit is contained in:
Paul Bakker
2014-08-18 11:06:56 +02:00
parent c1283d3f4c
commit 09c9dd80ef

View File

@ -352,7 +352,7 @@ static int write_and_get_response( int sock_fd, unsigned char *buf, size_t len )
int main( int argc, char *argv[] )
{
int ret = 0, len, server_fd;
unsigned char buf[1024] = { 0 };
unsigned char buf[1024];
#if defined(POLARSSL_BASE64_C)
unsigned char base[1024];
#endif