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

ruby-changes:39839

From: zzak <ko1@a...>
Date: Wed, 23 Sep 2015 22:23:40 +0900 (JST)
Subject: [ruby-changes:39839] zzak:r51920 (trunk): * ext/openssl/ossl_pkcs12*: Remove svn commit id macro

zzak	2015-09-23 22:23:02 +0900 (Wed, 23 Sep 2015)

  New Revision: 51920

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

  Log:
    * ext/openssl/ossl_pkcs12*: Remove svn commit id macro

  Modified files:
    trunk/ChangeLog
    trunk/ext/openssl/ossl_pkcs12.c
    trunk/ext/openssl/ossl_pkcs12.h
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 51919)
+++ ChangeLog	(revision 51920)
@@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Wed Sep 23 22:22:38 2015  Zachary Scott  <zzak@r...>
+
+        * ext/openssl/ossl_pkcs12*: Remove svn commit id macro
+
 Wed Sep 23 01:11:28 2015  Zachary Scott  <zzak@r...>
 
         * ext/openssl/*: Remove svn commit id macros to make sync easier
Index: ext/openssl/ossl_pkcs12.c
===================================================================
--- ext/openssl/ossl_pkcs12.c	(revision 51919)
+++ ext/openssl/ossl_pkcs12.c	(revision 51920)
@@ -1,7 +1,6 @@ https://github.com/ruby/ruby/blob/trunk/ext/openssl/ossl_pkcs12.c#L1
 /*
  * This program is licensed under the same licence as Ruby.
  * (See the file 'LICENCE'.)
- * $Id$
  */
 #include "ossl.h"
 
Index: ext/openssl/ossl_pkcs12.h
===================================================================
--- ext/openssl/ossl_pkcs12.h	(revision 51919)
+++ ext/openssl/ossl_pkcs12.h	(revision 51920)
@@ -1,7 +1,6 @@ https://github.com/ruby/ruby/blob/trunk/ext/openssl/ossl_pkcs12.h#L1
 /*
  * This program is licensed under the same licence as Ruby.
  * (See the file 'LICENCE'.)
- * $Id$
  */
 #if !defined(_OSSL_PKCS12_H_)
 #define _OSSL_PKCS12_H_

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

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