Skip to content

Commit

Permalink
fix pr test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
miyazakh committed Jul 31, 2024
1 parent ad44b12 commit 4771e4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tls.c
Original file line number Diff line number Diff line change
Expand Up @@ -3260,6 +3260,7 @@ static int TLSX_CSR_Parse(WOLFSSL* ssl, const byte* input, word16 length,
word32 pos = 0;
DerBuffer* chain;
int i = 0;
byte ctxOwnsRequest = 0;
#endif
#endif

Expand All @@ -3268,7 +3269,6 @@ static int TLSX_CSR_Parse(WOLFSSL* ssl, const byte* input, word16 length,
OcspRequest* request;
TLSX* extension;
CertificateStatusRequest* csr;
byte ctxOwnsRequest = 0;
#endif

#if !defined(NO_WOLFSSL_CLIENT) && defined(WOLFSSL_TLS13) \
Expand Down

0 comments on commit 4771e4b

Please sign in to comment.