summaryrefslogtreecommitdiff
path: root/ext/digest/md5/depend
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-09-26 16:27:23 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-09-26 16:27:23 +0000
commit965393cbb848ddb869543a5ca8f6e7fba1d0f130 (patch)
treeeb89a8fb185a9d774708897e779143f51ca752f1 /ext/digest/md5/depend
parentb00af5f83acfe4c8fd76f1e5c13c1b0cd469daad (diff)
downloadruby-965393cbb848ddb869543a5ca8f6e7fba1d0f130.tar.gz
* 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
Diffstat (limited to 'ext/digest/md5/depend')
-rw-r--r--ext/digest/md5/depend1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/digest/md5/depend b/ext/digest/md5/depend
index 30ad482101..8eaec20b4b 100644
--- a/ext/digest/md5/depend
+++ b/ext/digest/md5/depend
@@ -3,3 +3,4 @@ md5.o: md5.c md5.h $(srcdir)/../defs.h $(hdrdir)/ruby.h $(topdir)/config.h \
md5init.o: md5init.c $(srcdir)/../digest.h $(hdrdir)/ruby.h \
$(topdir)/config.h $(hdrdir)/defines.h $(hdrdir)/intern.h md5.h \
$(srcdir)/../defs.h
+md5ossl.o: md5ossl.h