summaryrefslogtreecommitdiff
path: root/test/openssl/test_cipher.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/openssl/test_cipher.rb')
-rw-r--r--test/openssl/test_cipher.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/openssl/test_cipher.rb b/test/openssl/test_cipher.rb
index 64c89be8b1..15cfb7b302 100644
--- a/test/openssl/test_cipher.rb
+++ b/test/openssl/test_cipher.rb
@@ -14,7 +14,7 @@ class OpenSSL::TestCipher < Test::Unit::TestCase
ciphers.include?(name)
end
has_cipher?(name)
- end
+ end
def has_ciphers?(list)
list.all? { |name| has_cipher?(name) }