From 38c01b9d9fb3eb091695eee7eea8c16a1132821b Mon Sep 17 00:00:00 2001 From: Jacob Barthelmeh Date: Fri, 29 Apr 2022 10:34:38 -0600 Subject: [PATCH] fix for infer diff report --- src/ssl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ssl.c b/src/ssl.c index c6669fa6e..02eb7ec46 100644 --- a/src/ssl.c +++ b/src/ssl.c @@ -12737,7 +12737,7 @@ WOLFSSL_ABI int wolfSSL_CTX_set_timeout(WOLFSSL_CTX* ctx, unsigned int to) { #if defined(WOLFSSL_ERROR_CODE_OPENSSL) - word32 prev_timeout; + word32 prev_timeout = 0; #endif int ret = WOLFSSL_SUCCESS;