aboutsummaryrefslogtreecommitdiffstats
path: root/ext/openssl/History.md
diff options
context:
space:
mode:
authorJun Aruga <jaruga@redhat.com>2023-11-20 13:18:55 +0100
committergit <svn-admin@ruby-lang.org>2023-11-25 10:05:24 +0000
commit3140886b759b3ca5602b0fc2ce85d6022133146b (patch)
treeeefa00d5362d939d1bbf04de27dd27ec3c7f2523 /ext/openssl/History.md
parent84f45c6ed5357de206153b1524620335814d05d9 (diff)
downloadruby-3140886b759b3ca5602b0fc2ce85d6022133146b.tar.gz
[ruby/openssl] History.md: Escape Markdown syntax Italic "*". [ci skip]
https://github.com/ruby/openssl/commit/dc26433ae5
Diffstat (limited to 'ext/openssl/History.md')
-rw-r--r--ext/openssl/History.md2
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)