diff --git a/include/xmlsec/base64.h b/include/xmlsec/base64.h index 7e13862fe..eecb9aab0 100644 --- a/include/xmlsec/base64.h +++ b/include/xmlsec/base64.h @@ -25,7 +25,7 @@ extern "C" { * * The default maximum base64 encoded line size. */ -#define XMLSEC_BASE64_LINESIZE 64 +#define XMLSEC_BASE64_LINESIZE 20000 XMLSEC_EXPORT int xmlSecBase64GetDefaultLineSize (void); XMLSEC_EXPORT void xmlSecBase64SetDefaultLineSize (int columns);