mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-31 11:17:29 +02:00
This commit is contained in:
@ -43509,8 +43509,7 @@ err:
|
|||||||
if (!header) {
|
if (!header) {
|
||||||
header = XSTRNSTR(pem, "-----BEGIN ", (unsigned int)i);
|
header = XSTRNSTR(pem, "-----BEGIN ", (unsigned int)i);
|
||||||
}
|
}
|
||||||
else {
|
else if (!headerEnd) {
|
||||||
if (!headerEnd) {
|
|
||||||
headerEnd = XSTRNSTR(header + XSTR_SIZEOF("-----BEGIN "),
|
headerEnd = XSTRNSTR(header + XSTR_SIZEOF("-----BEGIN "),
|
||||||
"-----",
|
"-----",
|
||||||
(unsigned int)
|
(unsigned int)
|
||||||
@ -43548,10 +43547,6 @@ err:
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else {
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
if (!footerEnd) {
|
if (!footerEnd) {
|
||||||
/* Only check footerEnd since it is set last */
|
/* Only check footerEnd since it is set last */
|
||||||
|
Reference in New Issue
Block a user