mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-05 16:50:48 +02:00
Remove leftover line re-wrap in SendCertificateStatus
This commit is contained in:
+1
-2
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user