mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 01:51:22 +00:00
python-cryptodome: Update to 3.18.0, refresh patches
This also updates the list of dependencies.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
(cherry picked from commit 03f1f4b9bb)
This commit is contained in:
committed by
Tianling Shen
parent
1c0e4fc274
commit
1e5785e169
@@ -1,8 +1,8 @@
|
||||
--- a/lib/Crypto/Math/_IntegerGMP.py
|
||||
+++ b/lib/Crypto/Math/_IntegerGMP.py
|
||||
@@ -92,7 +92,7 @@ gmp_defs = """typedef unsigned long UNIX
|
||||
int __gmpz_divisible_ui_p (const mpz_t n, UNIX_ULONG d);
|
||||
"""
|
||||
@@ -97,7 +97,7 @@ gmp_defs = """typedef unsigned long UNIX
|
||||
if sys.platform == "win32":
|
||||
raise ImportError("Not using GMP on Windows")
|
||||
|
||||
-lib = load_lib("gmp", gmp_defs)
|
||||
+lib = load_lib("libgmp.so.10", gmp_defs)
|
||||
|
||||
Reference in New Issue
Block a user