Skip to content

Commit

Permalink
Merge pull request #1 from ycharts/linesize-patch
Browse files Browse the repository at this point in the history
Update base64.h to set base64 linesize to 20000
  • Loading branch information
KFoxder authored Nov 8, 2019
2 parents 1fbda19 + bcb130f commit 45f09c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/xmlsec/base64.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 45f09c9

Please sign in to comment.