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/sha1
nobu c4449fd4c4 * ext/digest/md5/md5init.c (Init_md5): rb_cvar_declare() is
replaced by rb_cvar_set().

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

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

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


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2076 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2002-02-17 12:43:44 +00:00
..
.cvsignore Import the "digest" module and the submodules, from the Rough Ruby 2001-07-13 20:06:14 +00:00
extconf.rb * ext/digest/*/extconf.rb: really fix so that they build from any 2001-08-14 20:05:21 +00:00
MANIFEST Import the "digest" module and the submodules, from the Rough Ruby 2001-07-13 20:06:14 +00:00
sha1.c Import the "digest" module and the submodules, from the Rough Ruby 2001-07-13 20:06:14 +00:00
sha1.h Import the "digest" module and the submodules, from the Rough Ruby 2001-07-13 20:06:14 +00:00
sha1hl.c Import the "digest" module and the submodules, from the Rough Ruby 2001-07-13 20:06:14 +00:00
sha1init.c * ext/digest/md5/md5init.c (Init_md5): rb_cvar_declare() is 2002-02-17 12:43:44 +00:00