1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00

Merge pull request #27 from aelmahmoudy/gnutls36

Compat with gnutls 3.6.4
This commit is contained in:
rkd77 2019-01-24 18:27:21 +01:00 committed by GitHub
commit f648ea4cdf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -392,7 +392,7 @@ init_ssl_connection(struct socket *socket,
* in ELinks. If you change the priorities here, please check
* whether that one needs to be changed as well. */
if (gnutls_priority_set_direct(*state,
"NORMAL:-CTYPE-OPENPGP:-VERS-TLS1.1:-VERS-SSL3.0",
"NORMAL:-VERS-TLS1.1:-VERS-SSL3.0",
NULL)) {
gnutls_deinit(*state);
mem_free(state);