Skip to content

Commit f7cc0f1

Browse files
committed
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
1 parent 0335f17 commit f7cc0f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tls/openssl/gtlsbackend-openssl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,5 +260,5 @@ g_tls_backend_openssl_register (GIOModule *module)
260260
g_io_extension_point_implement (G_TLS_BACKEND_EXTENSION_POINT_NAME,
261261
g_tls_backend_openssl_get_type(),
262262
"openssl",
263-
0);
263+
100);
264264
}

0 commit comments

Comments
 (0)