[packages/python-pycryptodomex] - missing )
qboosh
qboosh at pld-linux.org
Sat Jan 17 19:40:24 CET 2026
commit 65e62f184d96a4aca1973ecee2a3db78353a310c
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sat Jan 17 19:40:28 2026 +0100
- missing )
x32.patch | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/x32.patch b/x32.patch
index c4a6bc1..ac564ee 100644
--- a/x32.patch
+++ b/x32.patch
@@ -56,7 +56,7 @@
* Add a 64-bit value x to y/sum_mid/sum_hi
*/
-#if defined(_MSC_VER) && (_MSC_VER>=1900) && (defined(_M_X64) || defined(__x86_64__))
-+#if defined(_MSC_VER) && (_MSC_VER>=1900) && (defined(_M_X64) || (defined(__x86_64__) && !defined(__ILP32__))
++#if defined(_MSC_VER) && (_MSC_VER>=1900) && (defined(_M_X64) || (defined(__x86_64__) && !defined(__ILP32__)))
#include <intrin.h>
#define ADD192(y, x) do { \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-pycryptodomex.git/commitdiff/65e62f184d96a4aca1973ecee2a3db78353a310c
More information about the pld-cvs-commit
mailing list