aboutsummaryrefslogtreecommitdiffstats
path: root/ext/openssl/lib/openssl/bn.rb
diff options
context:
space:
mode:
authorzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-09-22 16:12:15 +0000
committerzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-09-22 16:12:15 +0000
commit0ecc3688ed08805103f31c232521ab5e0acb9d24 (patch)
treef280a4c73c7e03bd39596ac4348f4a0c27916988 /ext/openssl/lib/openssl/bn.rb
parentf213f5044ea1f061917b1ac0c73e275c2cfe7897 (diff)
downloadruby-0ecc3688ed08805103f31c232521ab5e0acb9d24.tar.gz
* ext/openssl/*: Remove svn commit id macros to make sync easier
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51918 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/openssl/lib/openssl/bn.rb')
-rw-r--r--ext/openssl/lib/openssl/bn.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/ext/openssl/lib/openssl/bn.rb b/ext/openssl/lib/openssl/bn.rb
index 1adf89f704..17148f96dc 100644
--- a/ext/openssl/lib/openssl/bn.rb
+++ b/ext/openssl/lib/openssl/bn.rb
@@ -1,7 +1,5 @@
#--
#
-# $RCSfile$
-#
# = Ruby-space definitions that completes C-space funcs for BN
#
# = Info
@@ -12,10 +10,6 @@
# = 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
OpenSSL::BN::new(self)
end
end # Integer
-