diff options
Diffstat (limited to 'ext/openssl')
-rw-r--r-- | ext/openssl/History.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/openssl/History.md b/ext/openssl/History.md index bd7b1ec1b1..3249f6617a 100644 --- a/ext/openssl/History.md +++ b/ext/openssl/History.md @@ -457,7 +457,7 @@ Security fixes Bug fixes --------- -* Fixed OpenSSL::PKey::*.{new,generate} immediately aborting if the thread is +* Fixed OpenSSL::PKey::\*.{new,generate} immediately aborting if the thread is interrupted. [[Bug #14882]](https://bugs.ruby-lang.org/issues/14882) [[GitHub #205]](https://github.com/ruby/openssl/pull/205) |