summaryrefslogtreecommitdiff
path: root/ext/digest/rmd160/depend
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-09-26 17:26:46 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-09-26 17:26:46 +0000
commit15d643f44cf786f1b71f837f3d020cbad02ae2f2 (patch)
treecae16074b66b205a837c10061d4b27a5280644f4 /ext/digest/rmd160/depend
parent965393cbb848ddb869543a5ca8f6e7fba1d0f130 (diff)
* ext/digest/rmd160: Use OpenSSL's RMD160 engine if available. It
is much faster than what we have now (rmd160.[ch]). Add a knob (--with-bundled-rmd160) to extconf.rb which makes it use the bundled one anyway. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2894 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/digest/rmd160/depend')
-rw-r--r--ext/digest/rmd160/depend1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/digest/rmd160/depend b/ext/digest/rmd160/depend
index 7cf1d5e639..0ca79c5f40 100644
--- a/ext/digest/rmd160/depend
+++ b/ext/digest/rmd160/depend
@@ -5,3 +5,4 @@ rmd160hl.o: rmd160hl.c rmd160.h $(srcdir)/../defs.h $(hdrdir)/ruby.h \
rmd160init.o: rmd160init.c $(srcdir)/../digest.h $(hdrdir)/ruby.h \
$(topdir)/config.h $(hdrdir)/defines.h $(hdrdir)/intern.h \
rmd160.h $(srcdir)/../defs.h
+rmd160ossl.o: rmd160ossl.h $(srcdir)/../defs.h