From 40a442541cfe836cdff88dbc385bb87110d71ae9 Mon Sep 17 00:00:00 2001 From: nahi Date: Thu, 29 Nov 2012 13:25:47 +0000 Subject: [PATCH] Add issue ref to the previous commit. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37995 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 60404ec3bb..a7793b5644 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,7 @@ Thu Nov 29 22:23:31 2012 Hiroshi Nakamura * test/openssl/test_cipher.rb (test_ctr_if_exists): add CTR mode test - if underlying OpenSSL supports it. + if underlying OpenSSL supports it. See #4408 Thu Nov 29 21:42:16 2012 Shugo Maeda