summaryrefslogtreecommitdiffstats
path: root/lib/openssl/bn.rb
diff options
context:
space:
mode:
authorMichal Rokos <m.rokos@sh.cvut.cz>2002-11-11 08:32:01 +0000
committerMichal Rokos <m.rokos@sh.cvut.cz>2002-11-11 08:32:01 +0000
commitf75c38e35604b7915a53062f7513cf5ad643aace (patch)
tree0bbfbb75baa9ee50bb2ae4b7eb1a28516df0ad67 /lib/openssl/bn.rb
parent66e8833205f2f1888d98dfe576c4e36068c5dd34 (diff)
downloadruby-openssl-history-f75c38e35604b7915a53062f7513cf5ad643aace.tar.gz
BN: Make it work with Ruby's nums, PKCS7&X509: Fix for big serials
Diffstat (limited to 'lib/openssl/bn.rb')
-rw-r--r--lib/openssl/bn.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/openssl/bn.rb b/lib/openssl/bn.rb
index 213fb86..27c0423 100644
--- a/lib/openssl/bn.rb
+++ b/lib/openssl/bn.rb
@@ -22,9 +22,6 @@ module OpenSSL
class BN
include Comparable
- def to_i
- to_s.to_i
- end
end # BN
end # OpenSSL