mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
Merge pull request #7220 from neheb/pycry
python-crypto: Fix faulty patch
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
--- lib/Crypto/PublicKey/ElGamal.py
|
--- a/lib/Crypto/PublicKey/ElGamal.py
|
||||||
+++ lib/Crypto/PublicKey/ElGamal.py
|
+++ b/lib/Crypto/PublicKey/ElGamal.py
|
||||||
@@ -153,33 +153,33 @@ def generate(bits, randfunc, progress_fu
|
@@ -153,33 +153,33 @@ def generate(bits, randfunc, progress_fu
|
||||||
if number.isPrime(obj.p, randfunc=randfunc):
|
if number.isPrime(obj.p, randfunc=randfunc):
|
||||||
break
|
break
|
||||||
|
|||||||
Reference in New Issue
Block a user