diff options
Diffstat (limited to 'security/xmlsec1/files/patch-apps-xmlsec.c')
-rw-r--r-- | security/xmlsec1/files/patch-apps-xmlsec.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/security/xmlsec1/files/patch-apps-xmlsec.c b/security/xmlsec1/files/patch-apps-xmlsec.c deleted file mode 100644 index ce1c62f81e60..000000000000 --- a/security/xmlsec1/files/patch-apps-xmlsec.c +++ /dev/null @@ -1,11 +0,0 @@ ---- apps/xmlsec.c.orig 2022-05-03 14:36:17 UTC -+++ apps/xmlsec.c -@@ -1210,7 +1210,7 @@ int main(int argc, const char **argv) { - (xmlSecAppCmdLineParamGetInt(&repeatParam, 1) > 0)) { - - repeats = xmlSecAppCmdLineParamGetInt(&repeatParam, 1); -- fprintf(stderr, "Executed %d tests in %ld msec\n", repeats, (1000 * total_time) / CLOCKS_PER_SEC); -+ fprintf(stderr, "Executed %d tests in %ld msec\n", repeats, (long)(1000 * total_time) / CLOCKS_PER_SEC); - } - - goto success; |