summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-08-30 02:34:40 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-08-30 02:34:40 +0000
commit9507c92d37b912baf4847f730a5f261764199cba (patch)
treedc8943054627362c86618ad966e2fd9c3bd7e7b7 /ChangeLog
parent946edb8c49817b710d56cbafdd3d259f5e4fac10 (diff)
ChangeLog: table name
* ChangeLog: the table name instead of the table type. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51724 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index fa840c2a81..d5d5541ae8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,6 @@
Sun Aug 30 02:42:22 2015 Aaron Patterson <tenderlove@ruby-lang.org>
- * ext/openssl/ossl_ssl.c (static const struct): Only add SSLv3 support
+ * ext/openssl/ossl_ssl.c (ossl_ssl_method_tab): Only add SSLv3 support
if the SSL library supports it. Thanks Kurt Roeckx <kurt@roeckx.be>
[Bug #11376]