diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | ext/openssl/ossl_pkcs12.c | 1 | ||||
-rw-r--r-- | ext/openssl/ossl_pkcs12.h | 1 |
3 files changed, 4 insertions, 2 deletions
@@ -1,3 +1,7 @@ +Wed Sep 23 22:22:38 2015 Zachary Scott <[email protected]> + + * ext/openssl/ossl_pkcs12*: Remove svn commit id macro + Wed Sep 23 01:11:28 2015 Zachary Scott <[email protected]> * ext/openssl/*: Remove svn commit id macros to make sync easier diff --git a/ext/openssl/ossl_pkcs12.c b/ext/openssl/ossl_pkcs12.c index f6ea5627c8..e5052d47ea 100644 --- a/ext/openssl/ossl_pkcs12.c +++ b/ext/openssl/ossl_pkcs12.c @@ -1,7 +1,6 @@ /* * This program is licensed under the same licence as Ruby. * (See the file 'LICENCE'.) - * $Id$ */ #include "ossl.h" diff --git a/ext/openssl/ossl_pkcs12.h b/ext/openssl/ossl_pkcs12.h index 7a57377e19..fe4f15ef60 100644 --- a/ext/openssl/ossl_pkcs12.h +++ b/ext/openssl/ossl_pkcs12.h @@ -1,7 +1,6 @@ /* * This program is licensed under the same licence as Ruby. * (See the file 'LICENCE'.) - * $Id$ */ #if !defined(_OSSL_PKCS12_H_) #define _OSSL_PKCS12_H_ |