From b04601479ca88a6245c2dbdced1e1764cd9cef71 Mon Sep 17 00:00:00 2001 From: Colton Willey Date: Wed, 10 Jun 2026 11:26:44 -0700 Subject: [PATCH] Remove leftover line re-wrap in SendCertificateStatus --- src/internal.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/internal.c b/src/internal.c index 4237d42b89..fb607c14ea 100644 --- a/src/internal.c +++ b/src/internal.c @@ -26408,8 +26408,7 @@ int SendCertificateStatus(WOLFSSL* ssl) } if (chain && chain->buffer) { - while (ret == 0 && - idx + OPAQUE24_LEN < chain->length) { + while (ret == 0 && idx + OPAQUE24_LEN < chain->length) { c24to32(chain->buffer + idx, &der.length); idx += OPAQUE24_LEN;