mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-02-05 09:40:32 +00:00
Revert 42cc641. Issue already fixed in 333fdec.
This commit is contained in:
parent
c1283d3f4c
commit
09c9dd80ef
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user