ruby/ext/digest/sha2
nobu bb318692a6 digest/*/extconf.rb: do not link openssl when using bundled
* ext/digest/{md5,rmd160,sha1,sha2}/extconf.rb: configure OpenSSL
  only if bundled libraries is not used, so that OpenSSL is not
  linked unnecessarily.  [ruby-core:65404] [Bug #10324]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47802 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2014-10-05 02:03:55 +00:00
..
lib * ext/digest/sha2/lib/sha2.rb (Digest#block_length): Fixed method name 2012-04-10 22:41:04 +00:00
depend * lib/mkmf.rb: Add ruby/ruby.h, ruby/missing.h, ruby/intern.h, 2013-04-13 00:46:29 +00:00
extconf.rb digest/*/extconf.rb: do not link openssl when using bundled 2014-10-05 02:03:55 +00:00
sha2.c ext/digest: return values of init and final 2014-07-15 14:59:20 +00:00
sha2.h ext/digest: return values of init and final 2014-07-15 14:59:20 +00:00
sha2init.c ext/digest: hide metadata objects for internal use 2014-09-30 08:29:02 +00:00
sha2ossl.c * ext/digest/sha2/sha2ossl.c: use original SHA384_Final on DragonFly. 2011-08-07 06:38:36 +00:00
sha2ossl.h * ext/digest/sha2: Use OpenSSL's SHA1 engine if available. 2010-02-22 02:21:22 +00:00