summaryrefslogtreecommitdiff
path: root/test/openssl
diff options
context:
space:
mode:
Diffstat (limited to 'test/openssl')
-rw-r--r--test/openssl/test_fips.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/openssl/test_fips.rb b/test/openssl/test_fips.rb
index f04e511d76..7d290feb7c 100644
--- a/test/openssl/test_fips.rb
+++ b/test/openssl/test_fips.rb
@@ -3,7 +3,7 @@ require_relative 'utils'
if defined?(OpenSSL) && OpenSSL::OPENSSL_FIPS
class OpenSSL::TestFIPS < Test::Unit::TestCase
-
+
def test_reject_md5
data = "test"
assert_not_nil(OpenSSL::Digest.new("MD5").digest(data))
@@ -36,7 +36,7 @@ class OpenSSL::TestFIPS < Test::Unit::TestCase
end
private
-
+
def in_fips_mode
OpenSSL.fips_mode = true
yield