diff --git a/lang/python/python-crypto/patches/100-CVE-2013-74459.patch b/lang/python/python-crypto/patches/100-CVE-2013-7459.patch similarity index 100% rename from lang/python/python-crypto/patches/100-CVE-2013-74459.patch rename to lang/python/python-crypto/patches/100-CVE-2013-7459.patch diff --git a/lang/python/python-crypto/patches/101-CVE-2018-6594.patch b/lang/python/python-crypto/patches/101-CVE-2018-6594.patch index 22c3719d4..8e8c55820 100644 --- a/lang/python/python-crypto/patches/101-CVE-2018-6594.patch +++ b/lang/python/python-crypto/patches/101-CVE-2018-6594.patch @@ -1,5 +1,5 @@ ---- lib/Crypto/PublicKey/ElGamal.py -+++ lib/Crypto/PublicKey/ElGamal.py +--- a/lib/Crypto/PublicKey/ElGamal.py ++++ b/lib/Crypto/PublicKey/ElGamal.py @@ -153,33 +153,33 @@ def generate(bits, randfunc, progress_fu if number.isPrime(obj.p, randfunc=randfunc): break