mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-01 09:10:03 +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 ret, len, server_fd;
|
||||
int ret = 0, len, server_fd;
|
||||
unsigned char buf[1024];
|
||||
havege_state hs;
|
||||
ssl_context ssl;
|
||||
|
Loading…
Reference in New Issue
Block a user