Skip to content

Commit 89ffa98

Browse files
carlosmnethomson
authored andcommitted
badssl: re-enable RC4 test
This used to fail with an error indicating a mis-use of OpenSSL on platforms using it due to poor error handling. Re-enable it even if this isn't the right error code to use for now.
1 parent d185ab2 commit 89ffa98

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/online/badssl.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,6 @@ void test_online_badssl__old_cipher(void)
6767
git_clone_options opts = GIT_CLONE_OPTIONS_INIT;
6868
opts.fetch_opts.callbacks.certificate_check = cert_check_assert_invalid;
6969

70-
/* FIXME: we don't actually reject RC4 anywhere, figure out what to tweak */
71-
cl_skip();
72-
7370
if (!g_has_ssl)
7471
cl_skip();
7572

0 commit comments

Comments
 (0)