From 5a8c1300404824bc6c19700de1bfb371d37ac2ef Mon Sep 17 00:00:00 2001 From: Daniel Pouzzner Date: Tue, 14 Jun 2022 09:43:05 -0500 Subject: [PATCH] fix whitespace --- src/internal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/internal.c b/src/internal.c index 85f88dd28..3ba3855b1 100644 --- a/src/internal.c +++ b/src/internal.c @@ -17833,7 +17833,7 @@ int ProcessReplyEx(WOLFSSL* ssl, int allowSocketErr) /* For TLS v1.1 the block size and explcit IV are added to idx, * so it needs to be included in this limit check */ if (!IsAtLeastTLSv1_3(ssl->version) - && ssl->curSize - ssl->keys.padSz - + && ssl->curSize - ssl->keys.padSz - (ssl->buffers.inputBuffer.idx - startIdx) > MAX_PLAINTEXT_SZ #ifdef WOLFSSL_ASYNC_CRYPT