[glib-networking/wip/openssl: 16/16] Add more priority than the gnutls backend



commit f7cc0f159a045fce1f3fd2b2978eaa0245ee1b51
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Mon Jul 4 12:04:19 2016 +0200

    Add more priority than the gnutls backend
    
    If someone is installing this backend is because of the need for
    this backend instead of gnutls. i.e to keep consistency between
    windows and linux or to provide support for a tls backend on an
    old system, i.e the still supported by red hat rhel 6

 tls/openssl/gtlsbackend-openssl.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tls/openssl/gtlsbackend-openssl.c b/tls/openssl/gtlsbackend-openssl.c
index 79a6d47..81a5d07 100644
--- a/tls/openssl/gtlsbackend-openssl.c
+++ b/tls/openssl/gtlsbackend-openssl.c
@@ -260,5 +260,5 @@ g_tls_backend_openssl_register (GIOModule *module)
   g_io_extension_point_implement (G_TLS_BACKEND_EXTENSION_POINT_NAME,
                                   g_tls_backend_openssl_get_type(),
                                   "openssl",
-                                  0);
+                                  100);
 }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]