1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext/digest/sha2
knu cd58f3313e * ext/digest/digest.c (rb_digest_base_reset, Init_digest): Add
Digest::Base#reset.

* ext/digest/digest.h: Update the header comment.

* ext/digest/md5/md5ossl.h, ext/digest/md5/md5init.c (Init_md5):
  Define DIGEST_LENGTH and BLOCK_LENGTH.

* ext/digest/rmd160/rmd160init.c (Init_rmd160): Ditto.

* ext/digest/sha1/sha1init.c (Init_sha1): Ditto.

* ext/digest/sha2/sha2init.c (Init_sha2): Ditto.

* ext/digest/depend, ext/digest/extconf.rb: Use $INSTALLFILES
  rather than adding make targets. [Pointed out by: nobu]


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@11122 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2006-10-11 05:15:15 +00:00
..
.cvsignore add extconf.h to .cvsignore. 2006-06-24 01:15:08 +00:00
depend * ext/digest/sha1/depend, ext/digest/sha2/depend: Remove obsolete 2006-10-10 04:22:30 +00:00
extconf.rb * ext/digest/digest.[ch]: Since the argument order of 2006-10-05 11:09:42 +00:00
sha2.c * ext/digest/digest.[ch]: Since the argument order of 2006-10-05 11:09:42 +00:00
sha2.h * ext/digest/digest.[ch]: Since the argument order of 2006-10-05 11:09:42 +00:00
sha2init.c * ext/digest/digest.c (rb_digest_base_reset, Init_digest): Add 2006-10-11 05:15:15 +00:00