summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraycabta <aycabta@gmail.com>2021-12-06 18:15:44 +0900
committeraycabta <aycabta@gmail.com>2021-12-09 18:15:52 +0900
commitfa806cf233938af64ce928a37d2641dd762da87a (patch)
treeac2f9a4e2f8f5637d9a154ce518792083956c837
parentcce331272b07636d536c8227288ab3fbcf24e2aa (diff)
Fix typo of namespace
-rw-r--r--doc/NEWS-2.0.02
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/NEWS-2.0.0 b/doc/NEWS-2.0.0
index 712d3a693b..e070b19976 100644
--- a/doc/NEWS-2.0.0
+++ b/doc/NEWS-2.0.0
@@ -376,7 +376,7 @@ with all sufficient information, see the ChangeLog file.
:TLSv1_2, :TLSv1_2_server, :TLSv1_2_client or :TLSv1_1, :TLSv1_1_server
:TLSv1_1_client. The version being effectively used can be queried
with OpenSSL::SSL#ssl_version. Furthermore, it is also possible to
- blacklist the new TLS versions with OpenSSL::SSL:OP_NO_TLSv1_1 and
+ blacklist the new TLS versions with OpenSSL::SSL::OP_NO_TLSv1_1 and
OpenSSL::SSL::OP_NO_TLSv1_2.
* Added OpenSSL::SSL::SSLContext#renegotiation_cb. A user-defined callback
may be set which gets called whenever a new handshake is negotiated. This