Skip to content

Commit

Permalink
Drop a common logic disabling the FIPS mode in the tests.
Browse files Browse the repository at this point in the history
We want to run the unit tests in the FIPS mode too.
  • Loading branch information
junaruga committed May 15, 2023
1 parent b4d5e3d commit 003a0e0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test/openssl/utils.rb
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 003a0e0

Please sign in to comment.