mirror of
https://github.com/yuzu-emu/mbedtls
synced 2024-11-24 18:18:13 +00:00
parent
c1283d3f4c
commit
09c9dd80ef
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue