We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1fbda19 + bcb130f commit 45f09c9Copy full SHA for 45f09c9
include/xmlsec/base64.h
@@ -25,7 +25,7 @@ extern "C" {
25
*
26
* The default maximum base64 encoded line size.
27
*/
28
-#define XMLSEC_BASE64_LINESIZE 64
+#define XMLSEC_BASE64_LINESIZE 20000
29
30
XMLSEC_EXPORT int xmlSecBase64GetDefaultLineSize (void);
31
XMLSEC_EXPORT void xmlSecBase64SetDefaultLineSize (int columns);
0 commit comments