We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ff4a31 commit ab92bafCopy full SHA for ab92baf
test/openssl/utils.rb
@@ -1,11 +1,6 @@
1
# frozen_string_literal: true
2
begin
3
require "openssl"
4
-
5
- # Disable FIPS mode for tests for installations
6
- # where FIPS mode would be enabled by default.
7
- # Has no effect on all other installations.
8
- OpenSSL.fips_mode=false
9
rescue LoadError
10
end
11
0 commit comments