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.
1 parent 1fbda19 commit bcb130fCopy full SHA for bcb130f
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