Skip to content

Commit

Permalink
test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
goatgoose committed Mar 6, 2024
1 parent 57aa8e5 commit 1888c42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/unit/s2n_build_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ int main()
EXPECT_SUCCESS(s2n_get_fips_mode(&fips_mode));

if (strstr(s2n_libcrypto, "fips") != NULL) {
EXPECT_TRUE(fips_mode);
} else {
EXPECT_FALSE(fips_mode);
} else {
EXPECT_TRUE(fips_mode);
}
}

Expand Down

0 comments on commit 1888c42

Please sign in to comment.