Skip to content

Commit 45f09c9

Browse files
authored
Merge pull request #1 from ycharts/linesize-patch
Update base64.h to set base64 linesize to 20000
2 parents 1fbda19 + bcb130f commit 45f09c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/xmlsec/base64.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ extern "C" {
2525
*
2626
* The default maximum base64 encoded line size.
2727
*/
28-
#define XMLSEC_BASE64_LINESIZE 64
28+
#define XMLSEC_BASE64_LINESIZE 20000
2929

3030
XMLSEC_EXPORT int xmlSecBase64GetDefaultLineSize (void);
3131
XMLSEC_EXPORT void xmlSecBase64SetDefaultLineSize (int columns);

0 commit comments

Comments
 (0)