mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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
This commit is contained in:
parent
15d643f44c
commit
7a6adb8924
6 changed files with 84 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue