aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-07-15 15:43:03 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-07-15 15:43:03 +0000
commit5dbe603f09210513dca2b54370cfaecc9b7dfc2d (patch)
tree24a6148536d413890c668b7ce50e10942188711a /ChangeLog
parent2d33fc97a3742800e65bf647e5b66d0af58e7123 (diff)
downloadruby-5dbe603f09210513dca2b54370cfaecc9b7dfc2d.tar.gz
Revert r46828
r46828 "md5ossl.c: indicate the result" caused segfaults. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46829 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 1 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index a652f2c97a..678e21be4c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,4 @@
-Tue Jul 15 23:59:39 2014 Jared Jennings <jared.jennings.ctr@us.af.mil>
-
- * ext/digest/md5/md5ossl.c: use OpenSSL EVP API instead of MD5 API
- to perform MD5 hashes using OpenSSL in ext/digest.
- [ruby-core:61614] [Bug #9659]
+Tue Jul 15 23:59:27 2014 Jared Jennings <jared.jennings.ctr@us.af.mil>
* ext/digest: make built-in digest function implementations
indicate success or failure of init and final functions.