Skip to content

Commit

Permalink
Update rsa_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Davis Goodin <dagood@users.noreply.github.com>
  • Loading branch information
qmuntal and dagood authored Nov 26, 2024
1 parent d64a02f commit 43a9df5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rsa_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ func TestSignVerifyPKCS1v15_MD5SHA1(t *testing.T) {
if err != nil {
if openssl.FIPS() {
// This test is not supported in FIPS mode, but at least we
// can check that we don't panic (which we did before when using SOOSSL).
// can check that we don't panic (which we have before when using SCOSSL).
t.Skip("skipping test in FIPS mode")
}
t.Fatal(err)
Expand Down

0 comments on commit 43a9df5

Please sign in to comment.