[glib-networking/enable-openssl-tests] fixup! tests: skip test_output_stream_close test with openssl 1.1.1
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib-networking/enable-openssl-tests] fixup! tests: skip test_output_stream_close test with openssl 1.1.1
- Date: Fri, 24 May 2019 07:47:55 +0000 (UTC)
commit 653c63020072ec64ff0980f135c8e4141fa1482a
Author: Ignacio Casal Quinteiro <icq gnome org>
Date: Fri May 24 09:47:30 2019 +0200
fixup! tests: skip test_output_stream_close test with openssl 1.1.1
tls/tests/connection.c | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/tls/tests/connection.c b/tls/tests/connection.c
index 685c626..d1de25e 100644
--- a/tls/tests/connection.c
+++ b/tls/tests/connection.c
@@ -1945,6 +1945,7 @@ test_output_stream_close (TestConnection *test,
#ifdef BACKEND_IS_OPENSSL
# if OPENSSL_VERSION_NUMBER >= 0x10101000L
g_test_skip ("this is not supported with openssl 1.1.1");
+ return;
# endif
#endif
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]