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 main( int argc, char *argv[] )
{ {
int ret = 0, len, server_fd; int ret = 0, len, server_fd;
unsigned char buf[1024] = { 0 }; unsigned char buf[1024];
#if defined(POLARSSL_BASE64_C) #if defined(POLARSSL_BASE64_C)
unsigned char base[1024]; unsigned char base[1024];
#endif #endif