Fix typo in patch description.
This commit is contained in:
parent
7115c3f085
commit
b5fbe5bcb6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user