mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 10:47:28 +02:00
initialize resp_length = 0 in tls.c
This commit is contained in:
@ -3054,7 +3054,7 @@ static int TLSX_CSR_Parse(WOLFSSL* ssl, const byte* input, word16 length,
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if !defined(NO_WOLFSSL_CLIENT) && defined(WOLFSSL_TLS13)
|
#if !defined(NO_WOLFSSL_CLIENT) && defined(WOLFSSL_TLS13)
|
||||||
word32 resp_length;
|
word32 resp_length = 0;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* shut up compiler warnings */
|
/* shut up compiler warnings */
|
||||||
|
Reference in New Issue
Block a user