[前][次][番号順一覧][スレッド一覧]

ruby-changes:39837

From: zzak <ko1@a...>
Date: Wed, 23 Sep 2015 01:12:45 +0900 (JST)
Subject: [ruby-changes:39837] zzak:r51918 (trunk): * ext/openssl/*: Remove svn commit id macros to make sync easier

zzak	2015-09-23 01:12:15 +0900 (Wed, 23 Sep 2015)

  New Revision: 51918

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=51918

  Log:
    * ext/openssl/*: Remove svn commit id macros to make sync easier

  Modified files:
    trunk/ChangeLog
    trunk/ext/openssl/extconf.rb
    trunk/ext/openssl/lib/openssl/bn.rb
    trunk/ext/openssl/lib/openssl/buffering.rb
    trunk/ext/openssl/lib/openssl/cipher.rb
    trunk/ext/openssl/lib/openssl/digest.rb
    trunk/ext/openssl/lib/openssl/ssl.rb
    trunk/ext/openssl/lib/openssl/x509.rb
    trunk/ext/openssl/lib/openssl.rb
    trunk/ext/openssl/openssl_missing.c
    trunk/ext/openssl/openssl_missing.h
    trunk/ext/openssl/ossl.c
    trunk/ext/openssl/ossl.h
    trunk/ext/openssl/ossl_asn1.c
    trunk/ext/openssl/ossl_asn1.h
    trunk/ext/openssl/ossl_bio.c
    trunk/ext/openssl/ossl_bio.h
    trunk/ext/openssl/ossl_bn.c
    trunk/ext/openssl/ossl_bn.h
    trunk/ext/openssl/ossl_cipher.c
    trunk/ext/openssl/ossl_cipher.h
    trunk/ext/openssl/ossl_config.c
    trunk/ext/openssl/ossl_config.h
    trunk/ext/openssl/ossl_digest.c
    trunk/ext/openssl/ossl_digest.h
    trunk/ext/openssl/ossl_engine.c
    trunk/ext/openssl/ossl_engine.h
    trunk/ext/openssl/ossl_hmac.c
    trunk/ext/openssl/ossl_hmac.h
    trunk/ext/openssl/ossl_ns_spki.c
    trunk/ext/openssl/ossl_ns_spki.h
    trunk/ext/openssl/ossl_ocsp.c
    trunk/ext/openssl/ossl_ocsp.h
    trunk/ext/openssl/ossl_pkcs12.h
    trunk/ext/openssl/ossl_pkcs5.c
    trunk/ext/openssl/ossl_pkcs7.c
    trunk/ext/openssl/ossl_pkcs7.h
    trunk/ext/openssl/ossl_pkey.c
    trunk/ext/openssl/ossl_pkey.h
    trunk/ext/openssl/ossl_pkey_dh.c
    trunk/ext/openssl/ossl_pkey_dsa.c
    trunk/ext/openssl/ossl_pkey_rsa.c
    trunk/ext/openssl/ossl_rand.c
    trunk/ext/openssl/ossl_rand.h
    trunk/ext/openssl/ossl_ssl.c
    trunk/ext/openssl/ossl_ssl.h
    trunk/ext/openssl/ossl_version.h
    trunk/ext/openssl/ossl_x509.c
    trunk/ext/openssl/ossl_x509.h
    trunk/ext/openssl/ossl_x509attr.c
    trunk/ext/openssl/ossl_x509cert.c
    trunk/ext/openssl/ossl_x509crl.c
    trunk/ext/openssl/ossl_x509ext.c
    trunk/ext/openssl/ossl_x509name.c
    trunk/ext/openssl/ossl_x509req.c
    trunk/ext/openssl/ossl_x509revoked.c
    trunk/ext/openssl/ossl_x509store.c
    trunk/ext/openssl/ruby_missing.h
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 51917)
+++ ChangeLog	(revision 51918)
@@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Wed Sep 23 01:11:28 2015  Zachary Scott  <zzak@r...>
+
+        * ext/openssl/*: Remove svn commit id macros to make sync easier
+
 Tue Sep 22 04:20:01 2015  Masatoshi SEKI  <m_seki@m...>
 
 	* test/drb/test_drb.rb: Run Rinda/DRb tests on localhost. [Fix GH-1027]
Index: ext/openssl/ossl_pkey_dsa.c
===================================================================
--- ext/openssl/ossl_pkey_dsa.c	(revision 51917)
+++ ext/openssl/ossl_pkey_dsa.c	(revision 51918)
@@ -1,5 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/ext/openssl/ossl_pkey_dsa.c#L1
 /*
- * $Id$
  * 'OpenSSL for Ruby' project
  * Copyright (C) 2001-2002  Michal Rokos <m.rokos@s...>
  * All rights reserved.
Index: ext/openssl/ossl_x509attr.c
===================================================================
--- ext/openssl/ossl_x509attr.c	(revision 51917)
+++ ext/openssl/ossl_x509attr.c	(revision 51918)
@@ -1,5 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/ext/openssl/ossl_x509attr.c#L1
 /*
- * $Id$
  * 'OpenSSL for Ruby' project
  * Copyright (C) 2001 Michal Rokos <m.rokos@s...>
  * All rights reserved.
Index: ext/openssl/ossl_ssl.c
===================================================================
--- ext/openssl/ossl_ssl.c	(revision 51917)
+++ ext/openssl/ossl_ssl.c	(revision 51918)
@@ -1,5 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/ext/openssl/ossl_ssl.c#L1
 /*
- * $Id$
  * 'OpenSSL for Ruby' project
  * Copyright (C) 2000-2002  GOTOU Yuuzou <gotoyuzo@n...>
  * Copyright (C) 2001-2002  Michal Rokos <m.rokos@s...>
Index: ext/openssl/ossl_ocsp.c
===================================================================
--- ext/openssl/ossl_ocsp.c	(revision 51917)
+++ ext/openssl/ossl_ocsp.c	(revision 51918)
@@ -1,5 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/ext/openssl/ossl_ocsp.c#L1
 /*
- * $Id$
  * 'OpenSSL for Ruby' project
  * Copyright (C) 2003  Michal Rokos <m.rokos@s...>
  * Copyright (C) 2003  GOTOU Yuuzou <gotoyuzo@n...>
Index: ext/openssl/ossl_engine.c
===================================================================
--- ext/openssl/ossl_engine.c	(revision 51917)
+++ ext/openssl/ossl_engine.c	(revision 51918)
@@ -1,5 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/ext/openssl/ossl_engine.c#L1
 /*
- * $Id$
  * 'OpenSSL for Ruby' project
  * Copyright (C) 2003  GOTOU Yuuzou <gotoyuzo@n...>
  * All rights reserved.
Index: ext/openssl/ossl_config.c
===================================================================
--- ext/openssl/ossl_config.c	(revision 51917)
+++ ext/openssl/ossl_config.c	(revision 51918)
@@ -1,5 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/ext/openssl/ossl_config.c#L1
 /*
- * $Id$
  * 'OpenSSL for Ruby' project
  * Copyright (C) 2001-2002  Michal Rokos <m.rokos@s...>
  * All rights reserved.
Index: ext/openssl/ossl_ssl.h
===================================================================
--- ext/openssl/ossl_ssl.h	(revision 51917)
+++ ext/openssl/ossl_ssl.h	(revision 51918)
@@ -1,5 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/ext/openssl/ossl_ssl.h#L1
 /*
- * $Id$
  * 'OpenSSL for Ruby' project
  * Copyright (C) 2001-2002  Michal Rokos <m.rokos@s...>
  * All rights reserved.
@@ -39,4 +38,3 @@ void Init_ossl_ssl(void); https://github.com/ruby/ruby/blob/trunk/ext/openssl/ossl_ssl.h#L38
 void Init_ossl_ssl_session(void);
 
 #endif /* _OSSL_SSL_H_ */
-
Index: ext/openssl/ossl_hmac.c
===================================================================
--- ext/openssl/ossl_hmac.c	(revision 51917)
+++ ext/openssl/ossl_hmac.c	(revision 51918)
@@ -1,5 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/ext/openssl/ossl_hmac.c#L1
 /*
- * $Id$
  * 'OpenSSL for Ruby' project
  * Copyright (C) 2001-2002  Michal Rokos <m.rokos@s...>
  * All rights reserved.
Index: ext/openssl/ossl_ocsp.h
===================================================================
--- ext/openssl/ossl_ocsp.h	(revision 51917)
+++ ext/openssl/ossl_ocsp.h	(revision 51918)
@@ -1,5 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/ext/openssl/ossl_ocsp.h#L1
 /*
- * $Id$
  * 'OpenSSL for Ruby' project
  * Copyright (C) 2003  Michal Rokos <m.rokos@s...>
  * Copyright (C) 2003  GOTOU Yuuzou <gotoyuzo@n...>
Index: ext/openssl/ossl_engine.h
===================================================================
--- ext/openssl/ossl_engine.h	(revision 51917)
+++ ext/openssl/ossl_engine.h	(revision 51918)
@@ -1,5 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/ext/openssl/ossl_engine.h#L1
 /*
- * $Id$
  * 'OpenSSL for Ruby' project
  * Copyright (C) 2003  Michal Rokos <m.rokos@s...>
  * Copyright (C) 2003  GOTOU Yuuzou <gotoyuzo@n...>
Index: ext/openssl/ossl_config.h
===================================================================
--- ext/openssl/ossl_config.h	(revision 51917)
+++ ext/openssl/ossl_config.h	(revision 51918)
@@ -1,5 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/ext/openssl/ossl_config.h#L1
 /*
- * $Id$
  * 'OpenSSL for Ruby' project
  * Copyright (C) 2001-2002  Michal Rokos <m.rokos@s...>
  * All rights reserved.
@@ -19,4 +18,3 @@ CONF* DupConfigPtr(VALUE obj); https://github.com/ruby/ruby/blob/trunk/ext/openssl/ossl_config.h#L18
 void Init_ossl_config(void);
 
 #endif /* _OSSL_CONFIG_H_ */
-
Index: ext/openssl/ossl_cipher.c
===================================================================
--- ext/openssl/ossl_cipher.c	(revision 51917)
+++ ext/openssl/ossl_cipher.c	(revision 51918)
@@ -1,5 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/ext/openssl/ossl_cipher.c#L1
 /*
- * $Id$
  * 'OpenSSL for Ruby' project
  * Copyright (C) 2001-2002  Michal Rokos <m.rokos@s...>
  * All rights reserved.
@@ -1010,4 +1009,3 @@ Init_ossl_cipher(void) https://github.com/ruby/ruby/blob/trunk/ext/openssl/ossl_cipher.c#L1009
     rb_define_method(cCipher, "block_size", ossl_cipher_block_size, 0);
     rb_define_method(cCipher, "padding=", ossl_cipher_set_padding, 1);
 }
-
Index: ext/openssl/ossl_hmac.h
===================================================================
--- ext/openssl/ossl_hmac.h	(revision 51917)
+++ ext/openssl/ossl_hmac.h	(revision 51918)
@@ -1,5 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/ext/openssl/ossl_hmac.h#L1
 /*
- * $Id$
  * 'OpenSSL for Ruby' project
  * Copyright (C) 2001-2002  Michal Rokos <m.rokos@s...>
  * All rights reserved.
Index: ext/openssl/ossl_pkey_rsa.c
===================================================================
--- ext/openssl/ossl_pkey_rsa.c	(revision 51917)
+++ ext/openssl/ossl_pkey_rsa.c	(revision 51918)
@@ -1,5 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/ext/openssl/ossl_pkey_rsa.c#L1
 /*
- * $Id$
  * 'OpenSSL for Ruby' project
  * Copyright (C) 2001-2002  Michal Rokos <m.rokos@s...>
  * All rights reserved.
@@ -700,4 +699,3 @@ Init_ossl_rsa(void) https://github.com/ruby/ruby/blob/trunk/ext/openssl/ossl_pkey_rsa.c#L699
 {
 }
 #endif /* NO_RSA */
-
Index: ext/openssl/ossl_x509req.c
===================================================================
--- ext/openssl/ossl_x509req.c	(revision 51917)
+++ ext/openssl/ossl_x509req.c	(revision 51918)
@@ -1,5 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/ext/openssl/ossl_x509req.c#L1
 /*
- * $Id$
  * 'OpenSSL for Ruby' project
  * Copyright (C) 2001-2002  Michal Rokos <m.rokos@s...>
  * All rights reserved.
@@ -483,4 +482,3 @@ Init_ossl_x509req(void) https://github.com/ruby/ruby/blob/trunk/ext/openssl/ossl_x509req.c#L482
     rb_define_method(cX509Req, "attributes=", ossl_x509req_set_attributes, 1);
     rb_define_method(cX509Req, "add_attribute", ossl_x509req_add_attribute, 1);
 }
-
Index: ext/openssl/ruby_missing.h
===================================================================
--- ext/openssl/ruby_missing.h	(revision 51917)
+++ ext/openssl/ruby_missing.h	(revision 51918)
@@ -1,5 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/ext/openssl/ruby_missing.h#L1
 /*
- * $Id$
  * 'OpenSSL for Ruby' project
  * Copyright (C) 2001-2003  Michal Rokos <m.rokos@s...>
  * All rights reserved.
Index: ext/openssl/ossl_cipher.h
===================================================================
--- ext/openssl/ossl_cipher.h	(revision 51917)
+++ ext/openssl/ossl_cipher.h	(revision 51918)
@@ -1,5 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/ext/openssl/ossl_cipher.h#L1
 /*
- * $Id$
  * 'OpenSSL for Ruby' project
  * Copyright (C) 2001-2002  Michal Rokos <m.rokos@s...>
  * All rights reserved.
@@ -19,4 +18,3 @@ VALUE ossl_cipher_new(const EVP_CIPHER * https://github.com/ruby/ruby/blob/trunk/ext/openssl/ossl_cipher.h#L18
 void Init_ossl_cipher(void);
 
 #endif /* _OSSL_CIPHER_H_ */
-
Index: ext/openssl/ossl_digest.c
===================================================================
--- ext/openssl/ossl_digest.c	(revision 51917)
+++ ext/openssl/ossl_digest.c	(revision 51918)
@@ -1,5 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/ext/openssl/ossl_digest.c#L1
 /*
- * $Id$
  * 'OpenSSL for Ruby' project
  * Copyright (C) 2001-2002  Michal Rokos <m.rokos@s...>
  * All rights reserved.
Index: ext/openssl/ossl.c
===================================================================
--- ext/openssl/ossl.c	(revision 51917)
+++ ext/openssl/ossl.c	(revision 51918)
@@ -1,5 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/ext/openssl/ossl.c#L1
 /*
- * $Id$
  * 'OpenSSL for Ruby' project
  * Copyright (C) 2001-2002  Michal Rokos <m.rokos@s...>
  * All rights reserved.
@@ -1179,4 +1178,3 @@ main(int argc, char *argv[]) https://github.com/ruby/ruby/blob/trunk/ext/openssl/ossl.c#L1178
     return 0;
 }
 #endif /* OSSL_DEBUG */
-
Index: ext/openssl/ossl_x509store.c
===================================================================
--- ext/openssl/ossl_x509store.c	(revision 51917)
+++ ext/openssl/ossl_x509store.c	(revision 51918)
@@ -1,5 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/ext/openssl/ossl_x509store.c#L1
 /*
- * $Id$
  * 'OpenSSL for Ruby' project
  * Copyright (C) 2001-2002  Michal Rokos <m.rokos@s...>
  * All rights reserved.
Index: ext/openssl/ossl_digest.h
===================================================================
--- ext/openssl/ossl_digest.h	(revision 51917)
+++ ext/openssl/ossl_digest.h	(revision 51918)
@@ -1,5 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/ext/openssl/ossl_digest.h#L1
 /*
- * $Id$
  * 'OpenSSL for Ruby' project
  * Copyright (C) 2001-2002  Michal Rokos <m.rokos@s...>
  * All rights reserved.
@@ -19,4 +18,3 @@ VALUE ossl_digest_new(const EVP_MD *); https://github.com/ruby/ruby/blob/trunk/ext/openssl/ossl_digest.h#L18
 void Init_ossl_digest(void);
 
 #endif /* _OSSL_DIGEST_H_ */
-
Index: ext/openssl/ossl.h
===================================================================
--- ext/openssl/ossl.h	(revision 51917)
+++ ext/openssl/ossl.h	(revision 51918)
@@ -1,5 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/ext/openssl/ossl.h#L1
 /*
- * $Id$
  * 'OpenSSL for Ruby' project
  * Copyright (C) 2001-2002  Michal Rokos <m.rokos@s...>
  * All rights reserved.
@@ -247,4 +246,3 @@ void Init_openssl(void); https://github.com/ruby/ruby/blob/trunk/ext/openssl/ossl.h#L246
 #endif
 
 #endif /* _OSSL_H_ */
-
Index: ext/openssl/lib/openssl/bn.rb
===================================================================
--- ext/openssl/lib/openssl/bn.rb	(revision 51917)
+++ ext/openssl/lib/openssl/bn.rb	(revision 51918)
@@ -1,7 +1,5 @@ https://github.com/ruby/ruby/blob/trunk/ext/openssl/lib/openssl/bn.rb#L1
 #--
 #
-# $RCSfile$
-#
 # = Ruby-space definitions that completes C-space funcs for BN
 #
 # = Info
@@ -12,10 +10,6 @@ https://github.com/ruby/ruby/blob/trunk/ext/openssl/lib/openssl/bn.rb#L10
 # = Licence
 # This program is licensed under the same licence as Ruby.
 # (See the file 'LICENCE'.)
-#
-# = Version
-# $Id$
-#
 #++
 
 module OpenSSL
@@ -42,4 +36,3 @@ class Integer https://github.com/ruby/ruby/blob/trunk/ext/openssl/lib/openssl/bn.rb#L36
     OpenSSL::BN::new(self)
   end
 end # Integer
-
Index: ext/openssl/lib/openssl/digest.rb
===================================================================
--- ext/openssl/lib/openssl/digest.rb	(revision 51917)
+++ ext/openssl/lib/openssl/digest.rb	(revision 51918)
@@ -1,7 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/ext/openssl/lib/openssl/digest.rb#L1
 #--
-#
-# $RCSfile$
-#
 # = Ruby-space predefined Digest subclasses
 #
 # = Info
@@ -12,10 +9,6 @@ https://github.com/ruby/ruby/blob/trunk/ext/openssl/lib/openssl/digest.rb#L9
 # = Licence
 # This program is licensed under the same licence as Ruby.
 # (See the file 'LICENCE'.)
-#
-# = Version
-# $Id$
-#
 #++
 
 module OpenSSL
@@ -85,4 +78,3 @@ module OpenSSL https://github.com/ruby/ruby/blob/trunk/ext/openssl/lib/openssl/digest.rb#L78
   module_function :Digest
 
 end # OpenSSL
-
Index: ext/openssl/lib/openssl/ssl.rb
===================================================================
--- ext/openssl/lib/openssl/ssl.rb	(revision 51917)
+++ ext/openssl/lib/openssl/ssl.rb	(revision 51918)
@@ -1,6 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/ext/openssl/lib/openssl/ssl.rb#L1
 =begin
-= $RCSfile$ -- Ruby-space definitions that completes C-space funcs for SSL
-
 = Info
   'OpenSSL for Ruby 2' project
   Copyright (C) 2001 GOTOU YUUZOU <gotoyuzo@n...>
@@ -9,9 +7,6 @@ https://github.com/ruby/ruby/blob/trunk/ext/openssl/lib/openssl/ssl.rb#L7
 = Licence
   This program is licensed under the same licence as Ruby.
   (See the file 'LICENCE'.)
-
-= Version
-  $Id$
 =end
 
 require "openssl/buffering"
Index: ext/openssl/lib/openssl/x509.rb
===================================================================
--- ext/openssl/lib/openssl/x509.rb	(revision 51917)
+++ ext/openssl/lib/openssl/x509.rb	(revision 51918)
@@ -1,7 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/ext/openssl/lib/openssl/x509.rb#L1
 #--
-#
-# $RCSfile$
-#
 # = Ruby-space definitions that completes C-space funcs for X509 and subclasses
 #
 # = Info
@@ -12,10 +9,6 @@ https://github.com/ruby/ruby/blob/trunk/ext/openssl/lib/openssl/x509.rb#L9
 # = Licence
 # This program is licensed under the same licence as Ruby.
 # (See the file 'LICENCE'.)
-#
-# = Version
-# $Id$
-#
 #++
 
 module OpenSSL
Index: ext/openssl/lib/openssl/buffering.rb
===================================================================
--- ext/openssl/lib/openssl/buffering.rb	(revision 51917)
+++ ext/openssl/lib/openssl/buffering.rb	(revision 51918)
@@ -1,7 +1,5 @@ https://github.com/ruby/ruby/blob/trunk/ext/openssl/lib/openssl/buffering.rb#L1
 # coding: binary
 #--
-#= $RCSfile$ -- Buffering mix-in module.
-#
 #= Info
 #  'OpenSSL for Ruby 2' project
 #  Copyright (C) 2001 GOTOU YUUZOU <gotoyuzo@n...>
@@ -10,9 +8,6 @@ https://github.com/ruby/ruby/blob/trunk/ext/openssl/lib/openssl/buffering.rb#L8
 #= Licence
 #  This program is licensed under the same licence as Ruby.
 #  (See the file 'LICENCE'.)
-#
-#= Version
-#  $Id$
 #++
 
 ##
Index: ext/openssl/lib/openssl/cipher.rb
===================================================================
--- ext/openssl/lib/openssl/cipher.rb	(revision 51917)
+++ ext/openssl/lib/openssl/cipher.rb	(revision 51918)
@@ -1,7 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/ext/openssl/lib/openssl/cipher.rb#L1
 #--
-#
-# $RCSfile$
-#
 # = Ruby-space predefined Cipher subclasses
 #
 # = Info
@@ -12,10 +9,6 @@ https://github.com/ruby/ruby/blob/trunk/ext/openssl/lib/openssl/cipher.rb#L9
 # = Licence
 # This program is licensed under the same licence as Ruby.
 # (See the file 'LICENCE'.)
-#
-# = Version
-# $Id$
-#
 #++
 
 module OpenSSL
Index: ext/openssl/lib/openssl.rb
===================================================================
--- ext/openssl/lib/openssl.rb	(revision 51917)
+++ ext/openssl/lib/openssl.rb	(revision 51918)
@@ -1,6 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/ext/openssl/lib/openssl.rb#L1
 =begin
-= $RCSfile$ -- Loader for all OpenSSL C-space and Ruby-space definitions
-
 = Info
   'OpenSSL for Ruby 2' project
   Copyright (C) 2002  Michal Rokos <m.rokos@s...>
@@ -9,9 +7,6 @@ https://github.com/ruby/ruby/blob/trunk/ext/openssl/lib/openssl.rb#L7
 = Licence
   This program is licensed under the same licence as Ruby.
   (See the file 'LICENCE'.)
-
-= Version
-  $Id$
 =end
 
 require 'openssl.so'
Index: ext/openssl/ossl_bn.c
===================================================================
--- ext/openssl/ossl_bn.c	(revision 51917)
+++ ext/openssl/ossl_bn.c	(revision 51918)
@@ -1,5 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/ext/openssl/ossl_bn.c#L1
 /*
- * $Id$
  * 'OpenSSL for Ruby' project
  * Copyright (C) 2001-2002  Technorama team <oss-ruby@t...>
  * All rights reserved.
@@ -1051,4 +1050,3 @@ Init_ossl_bn(void) https://github.com/ruby/ruby/blob/trunk/ext/openssl/ossl_bn.c#L1050
      */
     rb_define_method(cBN, "prime_fasttest?", ossl_bn_is_prime_fasttest, -1);
 }
-
Index: ext/openssl/ossl_asn1.c
===================================================================
--- ext/openssl/ossl_asn1.c	(revision 51917)
+++ ext/openssl/ossl_asn1.c	(revision 51918)
@@ -1,5 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/ext/openssl/ossl_asn1.c#L1
 /*
- * $Id$
  * 'OpenSSL for Ruby' team members
  * Copyright (C) 2003
  * All rights reserved.
Index: ext/openssl/ossl_bn.h
===================================================================
--- ext/openssl/ossl_bn.h	(revision 51917)
+++ ext/openssl/ossl_bn.h	(revision 51918)
@@ -1,5 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/ext/openssl/ossl_bn.h#L1
 /*
- * $Id$
  * 'OpenSSL for Ruby' project
  * Copyright (C) 2001-2002  Michal Rokos <m.rokos@s...>
  * All rights reserved.
@@ -22,4 +21,3 @@ void Init_ossl_bn(void); https://github.com/ruby/ruby/blob/trunk/ext/openssl/ossl_bn.h#L21
 
 
 #endif /* _OSS_BN_H_ */
-
Index: ext/openssl/ossl_x509.c
===================================================================
--- ext/openssl/ossl_x509.c	(revision 51917)
+++ ext/openssl/ossl_x509.c	(revision 51918)
@@ -1,5 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/ext/openssl/ossl_x509.c#L1
 /*
- * $Id$
  * 'OpenSSL for Ruby' project
  * Copyright (C) 2001-2002  Michal Rokos <m.rokos@s...>
  * All rights reserved.
@@ -101,4 +100,3 @@ Init_ossl_x509(void) https://github.com/ruby/ruby/blob/trunk/ext/openssl/ossl_x509.c#L100
     DefX509Default(CERT_FILE_ENV, cert_file_env);
     DefX509Default(PRIVATE_DIR, private_dir);
 }
-
Index: ext/openssl/ossl_x509crl.c
===================================================================
--- ext/openssl/ossl_x509crl.c	(revision 51917)
+++ ext/openssl/ossl_x509crl.c	(revision 51918)
@@ -1,5 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/ext/openssl/ossl_x509crl.c#L1
 /*
- * $Id$
  * 'OpenSSL for Ruby' project
  * Copyright (C) 2001-2002 Michal Rokos <m.rokos@s...>
  * All rights reserved.
@@ -552,4 +551,3 @@ Init_ossl_x509crl(void) https://github.com/ruby/ruby/blob/trunk/ext/openssl/ossl_x509crl.c#L551
     rb_define_method(cX509CRL, "extensions=", ossl_x509crl_set_extensions, 1);
     rb_define_method(cX509CRL, "add_extension", ossl_x509crl_add_extension, 1);
 }
-
Index: ext/openssl/ossl_ns_spki.c
===================================================================
--- ext/openssl/ossl_ns_spki.c	(revision 51917)
+++ ext/openssl/ossl_ns_spki.c	(revision 51918)
@@ -1,5 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/ext/openssl/ossl_ns_spki.c#L1
 /*
- * $Id$
  * 'OpenSSL for Ruby' project
  * Copyright (C) 2001-2002  Michal Rokos <m.rokos@s...>
  * All rights reserved.
@@ -404,4 +403,3 @@ Init_ossl_ns_spki(void) https://github.com/ruby/ruby/blob/trunk/ext/openssl/ossl_ns_spki.c#L403
     rb_define_method(cSPKI, "challenge", ossl_spki_get_challenge, 0);
     rb_define_method(cSPKI, "challenge=", ossl_spki_set_challenge, 1);
 }
-
Index: ext/openssl/ossl_x509name.c
================================= (... truncated)

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]