mirror of
https://github.com/yuzu-emu/mbedtls
synced 2024-11-24 21:38:23 +00:00
- Small fix to initialize value
This commit is contained in:
parent
ff60ee6c2a
commit
f80d4539d1
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ void my_debug( void *ctx, int level, const char *str )
|
|||
|
||||
int main( int argc, char *argv[] )
|
||||
{
|
||||
int ret, len, server_fd;
|
||||
int ret = 0, len, server_fd;
|
||||
unsigned char buf[1024];
|
||||
havege_state hs;
|
||||
ssl_context ssl;
|
||||
|
|
Loading…
Reference in a new issue