Skip to content

Commit

Permalink
DEBUG: Show the OpenSSL version in the CI runs
Browse files Browse the repository at this point in the history
There is a weird issue with one of the Windows runners. Show the exact
version, maybe 3.0.0 is not precise enough.

This change *must* be removed before merge.
  • Loading branch information
herwinw committed Oct 26, 2023
1 parent 0c68abf commit de7b63e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions library/openssl/kdf/pbkdf2_hmac_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -289,4 +289,8 @@
}.should raise_error(OpenSSL::KDF::KDFError, /PKCS5_PBKDF2_HMAC/)
end
end

it "shows the exact version in the CI output" do
OpenSSL::VERSION.should be_nil
end
end

0 comments on commit de7b63e

Please sign in to comment.