summaryrefslogtreecommitdiff
path: root/ext/openssl/lib/openssl/cipher.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ext/openssl/lib/openssl/cipher.rb')
-rw-r--r--ext/openssl/lib/openssl/cipher.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/openssl/lib/openssl/cipher.rb b/ext/openssl/lib/openssl/cipher.rb
index 290e9c1d2d..14362ea86f 100644
--- a/ext/openssl/lib/openssl/cipher.rb
+++ b/ext/openssl/lib/openssl/cipher.rb
@@ -14,10 +14,6 @@
$Id$
=end
-##
-# Should we care what if somebody require this file directly?
-#require 'openssl'
-
module OpenSSL
class Cipher
%w(AES CAST5 BF DES IDEA RC2 RC4 RC5).each{|name|