From 06e67b70ec8d4ab7aa6103a029c0b5986f7041e8 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Wed, 27 Apr 2022 14:58:47 -0500 Subject: [PATCH] make spellcheck happy --- CHANGELOG.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index f0887a9fa6ff..f5e8413b9463 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -8,7 +8,7 @@ Changelog * Fixed an issue where parsing an encrypted private key with the public loader functions would hang waiting for console input on OpenSSL 3.0.x rather - than erroring. + than raising an error. * Restored some legacy symbols for older ``pyOpenSSL`` users. These will be removed again in the future, so ``pyOpenSSL`` users should still upgrade to the latest version of that package when they upgrade ``cryptography``.