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 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
..
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 digest/*/extconf.rb: do not link openssl when using bundled 2014-10-05 02:03:55 +00:00
rmd160 digest/*/extconf.rb: do not link openssl when using bundled 2014-10-05 02:03:55 +00:00
sha1 digest/*/extconf.rb: do not link openssl when using bundled 2014-10-05 02:03:55 +00:00
sha2 digest/*/extconf.rb: do not link openssl when using bundled 2014-10-05 02:03:55 +00:00
defs.h
depend
digest.c digest: no check for hidden objects 2014-09-29 12:17:47 +00:00
digest.h digest.c: raise exception on init failure 2014-07-15 14:58:53 +00:00
extconf.rb
test.sh