Skip to content

Commit

Permalink
Add more priority than the gnutls backend
Browse files Browse the repository at this point in the history
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
  • Loading branch information
nacho committed Sep 20, 2016
1 parent 0335f17 commit f7cc0f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tls/openssl/gtlsbackend-openssl.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

0 comments on commit f7cc0f1

Please sign in to comment.