fix for infer diff report

This commit is contained in:
Jacob Barthelmeh
2022-04-29 10:34:38 -06:00
parent ea8e9ee699
commit 38c01b9d9f

View File

@ -12737,7 +12737,7 @@ WOLFSSL_ABI
int wolfSSL_CTX_set_timeout(WOLFSSL_CTX* ctx, unsigned int to) int wolfSSL_CTX_set_timeout(WOLFSSL_CTX* ctx, unsigned int to)
{ {
#if defined(WOLFSSL_ERROR_CODE_OPENSSL) #if defined(WOLFSSL_ERROR_CODE_OPENSSL)
word32 prev_timeout; word32 prev_timeout = 0;
#endif #endif
int ret = WOLFSSL_SUCCESS; int ret = WOLFSSL_SUCCESS;