aboutsummaryrefslogtreecommitdiffstats
path: root/ext/digest/sha1/depend
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-09-26 17:44:33 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-09-26 17:44:33 +0000
commit7a6adb89246e1829e6da1666e2894b6bd3322539 (patch)
tree5650fe35867a239e7f94693676f2ae3edeb8297a /ext/digest/sha1/depend
parent15d643f44cf786f1b71f837f3d020cbad02ae2f2 (diff)
downloadruby-7a6adb89246e1829e6da1666e2894b6bd3322539.tar.gz
* ext/digest/sha1: Use OpenSSL's SHA1 engine if available. It is
much faster than what we have now (sha1.[ch]). Add a knob (--with-bundled-sha1) to extconf.rb which makes it use the bundled one anyway. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2895 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/digest/sha1/depend')
-rw-r--r--ext/digest/sha1/depend1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/digest/sha1/depend b/ext/digest/sha1/depend
index 31a5da06cf..a159f456d3 100644
--- a/ext/digest/sha1/depend
+++ b/ext/digest/sha1/depend
@@ -5,3 +5,4 @@ sha1hl.o: sha1hl.c sha1.h $(srcdir)/../defs.h $(hdrdir)/ruby.h \
sha1init.o: sha1init.c $(srcdir)/../digest.h $(hdrdir)/ruby.h \
$(topdir)/config.h $(hdrdir)/defines.h $(hdrdir)/intern.h \
sha1.h $(srcdir)/../defs.h
+sha1ossl.o: sha1ossl.h $(srcdir)/../defs.h