diff options
author | Carlos MartÃn Nieto <cmn@dwim.me> | 2017-11-18 15:51:08 +0100 |
---|---|---|
committer | Edward Thomson <ethomson@edwardthomson.com> | 2020-12-13 15:56:36 +0000 |
commit | 89ffa98eacde35b045b16586be196dc2ca89ab0c (patch) | |
tree | b4d5d3213f0a1d6a29ba9579ae3f4ca0fb24cde0 | |
parent | d185ab24af9498cfce524e53bb82229079ad2af5 (diff) | |
download | libgit2-89ffa98eacde35b045b16586be196dc2ca89ab0c.tar.gz |
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.
-rw-r--r-- | tests/online/badssl.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/online/badssl.c b/tests/online/badssl.c index 6524fcd8e..ffd4ef126 100644 --- a/tests/online/badssl.c +++ b/tests/online/badssl.c @@ -67,9 +67,6 @@ void test_online_badssl__old_cipher(void) git_clone_options opts = GIT_CLONE_OPTIONS_INIT; opts.fetch_opts.callbacks.certificate_check = cert_check_assert_invalid; - /* FIXME: we don't actually reject RC4 anywhere, figure out what to tweak */ - cl_skip(); - if (!g_has_ssl) cl_skip(); |