mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-29 18:27:29 +02:00
Fix missing dashes on the end of header and footer.
This commit is contained in:
@ -2050,7 +2050,7 @@ enum Max_ASN {
|
||||
/* Maximum DER digest ASN header size */
|
||||
/* Max X509 header length indicates the
|
||||
* max length + 2 ('\n', '\0') */
|
||||
MAX_X509_HEADER_SZ = (37 + 2), /* Maximum PEM Header/Footer Size */
|
||||
MAX_X509_HEADER_SZ = (41 + 2), /* Maximum PEM Header/Footer Size */
|
||||
#if defined(HAVE_FALCON) || defined(HAVE_DILITHIUM)
|
||||
MAX_PUBLIC_KEY_SZ = MAX_PQC_PUBLIC_KEY_SZ + MAX_ALGO_SZ + MAX_SEQ_SZ * 2,
|
||||
#else
|
||||
|
Reference in New Issue
Block a user