Skip to content

Commit ab92baf

Browse files
committed
Drop a common logic disabling the FIPS mode in the tests.
We want to run the unit tests in the FIPS mode too.
1 parent 5ff4a31 commit ab92baf

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

test/openssl/utils.rb

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
# frozen_string_literal: true
22
begin
33
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
94
rescue LoadError
105
end
116

0 commit comments

Comments
 (0)