diff options
-rw-r--r-- | test/openssl/utils.rb | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/test/openssl/utils.rb b/test/openssl/utils.rb index e474fccaf8..f00084ffd3 100644 --- a/test/openssl/utils.rb +++ b/test/openssl/utils.rb @@ -1,11 +1,6 @@ # frozen_string_literal: true begin require "openssl" - - # Disable FIPS mode for tests for installations - # where FIPS mode would be enabled by default. - # Has no effect on all other installations. - OpenSSL.fips_mode=false rescue LoadError end |