You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
642 B

  1. diff -r -u ruby-2.1.2.old/ext/digest/rmd160/extconf.rb ruby-2.1.2/ext/digest/rmd160/extconf.rb
  2. --- ruby-2.1.2.old/ext/digest/rmd160/extconf.rb 2012-11-26 22:58:52.000000000 -0200
  3. +++ ruby-2.1.2/ext/digest/rmd160/extconf.rb 2014-09-17 14:20:57.537367488 -0300
  4. @@ -14,7 +14,7 @@
  5. require File.expand_path('../../../openssl/deprecation', __FILE__)
  6. if !with_config("bundled-rmd160") &&
  7. - have_library("crypto") && OpenSSL.check_func("RMD160_Transform", "openssl/ripemd.h")
  8. + have_library("crypto") && OpenSSL.check_func("RIPEMD160_Transform", "openssl/ripemd.h")
  9. $objs << "rmd160ossl.#{$OBJEXT}"
  10. else
  11. $objs << "rmd160.#{$OBJEXT}"