- Small fix to initialize value

This commit is contained in:
Paul Bakker 2010-03-16 21:16:04 +00:00
parent ff60ee6c2a
commit f80d4539d1

View file

@ -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;