Revert r11453

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@11454 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
matz 2007-01-03 03:14:57 +00:00
parent 4ee717dcae
commit 46fa18da5b
23 changed files with 466 additions and 352 deletions

View file

@ -1,5 +1,5 @@
=begin
= $RCSfile: bn.rb,v $ -- Ruby-space definitions that completes C-space funcs for BN
= $RCSfile$ -- Ruby-space definitions that completes C-space funcs for BN
= Info
'OpenSSL for Ruby 2' project

View file

@ -1,5 +1,5 @@
=begin
= $RCSfile: buffering.rb,v $ -- Buffering mix-in module.
= $RCSfile$ -- Buffering mix-in module.
= Info
'OpenSSL for Ruby 2' project

View file

@ -1,5 +1,5 @@
=begin
= $RCSfile: cipher.rb,v $ -- Ruby-space predefined Cipher subclasses
= $RCSfile$ -- Ruby-space predefined Cipher subclasses
= Info
'OpenSSL for Ruby 2' project

View file

@ -1,5 +1,5 @@
=begin
= $RCSfile: digest.rb,v $ -- Ruby-space predefined Digest subclasses
= $RCSfile$ -- Ruby-space predefined Digest subclasses
= Info
'OpenSSL for Ruby 2' project

View file

@ -1,5 +1,5 @@
=begin
= $RCSfile: ssl.rb,v $ -- Ruby-space definitions that completes C-space funcs for SSL
= $RCSfile$ -- Ruby-space definitions that completes C-space funcs for SSL
= Info
'OpenSSL for Ruby 2' project

View file

@ -1,5 +1,5 @@
=begin
= $RCSfile: x509.rb,v $ -- Ruby-space definitions that completes C-space funcs for X509 and subclasses
= $RCSfile$ -- Ruby-space definitions that completes C-space funcs for X509 and subclasses
= Info
'OpenSSL for Ruby 2' project