forked from wolfSSL/wolfssl
fix for infer diff report
This commit is contained in:
@ -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;
|
||||||
|
Reference in New Issue
Block a user