summaryrefslogtreecommitdiff
path: root/ext/openssl/lib/openssl/bn.rb
diff options
context:
space:
mode:
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
-