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/md5
knu 965393cbb8 * ext/digest/md5: Use OpenSSL's MD5 engine if available. It is
much faster than what we have now (md5.[ch]).  Add a knob
  (--with-bundled-md5) to extconf.rb which makes it use the
  bundled one anyway.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2893 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2002-09-26 16:27:23 +00:00
..
.cvsignore * configure.in: modify program_prefix only if specified 2002-09-08 09:08:15 +00:00
depend * ext/digest/md5: Use OpenSSL's MD5 engine if available. It is 2002-09-26 16:27:23 +00:00
extconf.rb * ext/digest/md5: Use OpenSSL's MD5 engine if available. It is 2002-09-26 16:27:23 +00:00
MANIFEST * ext/digest: add depend file. 2002-03-18 09:24:39 +00:00
md5.c Import the "digest" module and the submodules, from the Rough Ruby 2001-07-13 20:06:14 +00:00
md5.h Merge from rough. 2002-02-24 08:20:50 +00:00
md5init.c * ext/digest/md5: Use OpenSSL's MD5 engine if available. It is 2002-09-26 16:27:23 +00:00
md5ossl.c * ext/digest/md5: Use OpenSSL's MD5 engine if available. It is 2002-09-26 16:27:23 +00:00
md5ossl.h * ext/digest/md5: Use OpenSSL's MD5 engine if available. It is 2002-09-26 16:27:23 +00:00