Remove leftover line re-wrap in SendCertificateStatus

This commit is contained in:
Colton Willey
2026-06-10 11:26:44 -07:00
parent d312aa0e72
commit b04601479c
+1 -2
View File
@@ -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;