]> git.pld-linux.org Git - packages/libdigidocpp.git/blame - build.patch
- missing patch
[packages/libdigidocpp.git] / build.patch
CommitLineData
f69083f5
AM
1--- libdigidocpp-3.13.6/src/xml/SecureDOMParser.cpp~ 2018-06-12 12:07:23.000000000 +0200
2+++ libdigidocpp-3.13.6/src/xml/SecureDOMParser.cpp 2018-09-27 20:13:21.072500993 +0200
3@@ -95,7 +95,7 @@ void SecureDOMParser::calcDigestOnNode(D
4 }
5
6 unsigned char buffer[1024];
7- xsecsize_t bytes = 0;
8+ XMLSize_t bytes = 0;
9 while((bytes = c14n.outputBuffer(buffer, 1024)) > 0)
10 calc->update(buffer, (unsigned int)bytes);
11 }
This page took 0.079589 seconds and 4 git commands to generate.