mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-05-03 08:16:26 +00:00
- Small fix to initialize value
This commit is contained in:
parent
ff60ee6c2a
commit
f80d4539d1
|
@ -73,7 +73,7 @@ void my_debug( void *ctx, int level, const char *str )
|
||||||
|
|
||||||
int main( int argc, char *argv[] )
|
int main( int argc, char *argv[] )
|
||||||
{
|
{
|
||||||
int ret, len, server_fd;
|
int ret = 0, len, server_fd;
|
||||||
unsigned char buf[1024];
|
unsigned char buf[1024];
|
||||||
havege_state hs;
|
havege_state hs;
|
||||||
ssl_context ssl;
|
ssl_context ssl;
|
||||||
|
|
Loading…
Reference in a new issue