Skip to content

Commit 9319bb3

Browse files
committed
test
1 parent 28dc2a6 commit 9319bb3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/unit/s2n_build_test.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ S2N_RESULT s2n_check_supported_libcrypto(const char *s2n_libcrypto)
8484
{ .libcrypto = "openssl-1.0.2-fips", .is_openssl = true },
8585
{ .libcrypto = "openssl-1.1.1", .is_openssl = true },
8686
{ .libcrypto = "openssl-3.0", .is_openssl = true },
87-
{ .libcrypto = "openssl-3.0-fips", .is_openssl = true, .is_opensslfips = true },
87+
{ .libcrypto = "openssl-3.0-fips", .is_openssl = false, .is_opensslfips = false },
8888
{ .libcrypto = "openssl-3.4", .is_openssl = true },
8989
};
9090

0 commit comments

Comments
 (0)