1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext/digest
nobu 5dbe603f09 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
2014-07-15 15:43:03 +00:00
..
bubblebabble * ext/digest/bubblebabble/bubblebabble.c: Teach RDoc digest/bubblebabble 2013-11-21 07:53:39 +00:00
lib Digest::HMAC is finally removed as previously noticed. [fix GH-648] 2014-07-01 07:21:08 +00:00
md5 Revert r46828 2014-07-15 15:43:03 +00:00
rmd160 ext/digest: return values of init and final 2014-07-15 14:59:20 +00:00
sha1 ext/digest: return values of init and final 2014-07-15 14:59:20 +00:00
sha2 ext/digest: return values of init and final 2014-07-15 14:59:20 +00:00
defs.h
depend * lib/mkmf.rb: Add ruby/ruby.h, ruby/missing.h, ruby/intern.h, 2013-04-13 00:46:29 +00:00
digest.c digest.c: raise exception on init failure 2014-07-15 14:58:53 +00:00
digest.h digest.c: raise exception on init failure 2014-07-15 14:58:53 +00:00
extconf.rb
test.sh