aboutsummaryrefslogtreecommitdiffstats
path: root/History.md
diff options
context:
space:
mode:
authorKazuki Yamaguchi <k@rhe.jp>2017-11-25 19:17:04 +0900
committerKazuki Yamaguchi <k@rhe.jp>2017-11-25 21:40:20 +0900
commitf3b596e858ea1604d0ea5653bffe80672c22f079 (patch)
tree76941c91c7bcd579ae6539e83f574b9f8d6e1707 /History.md
parenteb2a5715ebca1720d42d5b237860c677bc767e6c (diff)
downloadruby-openssl-f3b596e858ea1604d0ea5653bffe80672c22f079.tar.gz
History.md: fix a typo
Diffstat (limited to 'History.md')
-rw-r--r--History.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/History.md b/History.md
index d592bc6a..9569b100 100644
--- a/History.md
+++ b/History.md
@@ -170,7 +170,7 @@ Notable changes
- A new option 'verify_hostname' is added to OpenSSL::SSL::SSLContext. When it
is enabled, and the SNI hostname is also set, the hostname verification on
the server certificate is automatically performed. It is now enabled by
- OpenSSL::SSL::Context#set_params.
+ OpenSSL::SSL::SSLContext#set_params.
[[GH ruby/openssl#60]](https://github.com/ruby/openssl/pull/60)
Removals