diff --git a/net/py-tlslite-ng/patches/patch-tlslite_utils_cryptomath_py b/net/py-tlslite-ng/patches/patch-tlslite_utils_cryptomath_py index 4a5318bba26..4486927a2dc 100644 --- a/net/py-tlslite-ng/patches/patch-tlslite_utils_cryptomath_py +++ b/net/py-tlslite-ng/patches/patch-tlslite_utils_cryptomath_py @@ -1,4 +1,4 @@ -$OpenBSD: patch-tlslite_utils_cryptomath_py,v 1.1 2020/02/29 19:17:15 tb Exp $ +$OpenBSD: patch-tlslite_utils_cryptomath_py,v 1.2 2020/02/29 19:47:08 tb Exp $ Avoid loading pycrypto. If py3-cryptodome is installed, this will hit failures as the one below whenever RSA methods are used: @@ -6,7 +6,7 @@ as the one below whenever RSA methods are used: > raise NotImplementedError("Use module Crypto.Cipher.PKCS1_OAEP instead") E NotImplementedError: Use module Crypto.Cipher.PKCS1_OAEP instead -/usr/local/lib/python3.7/site-packages/Crypto/PublicKey/RSA.py:379: NotImplementedErro +/usr/local/lib/python3.7/site-packages/Crypto/PublicKey/RSA.py:379: NotImplementedError Index: tlslite/utils/cryptomath.py --- tlslite/utils/cryptomath.py.orig