[glib-networking/enable-openssl-tests] fixup! tests: skip test_output_stream_close test with openssl 1.1.1



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]