GnuTLS: Can't set priority for SSL3.

This commit is contained in:
Jim Hague 2019-01-15 11:30:56 +00:00
parent 24774fefd6
commit ccd6c3592d
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ static char const * const _getdns_tls_connection_opportunistic_cipher_list =
static char const * const _getdns_tls_priorities[] = {
NULL, /* No protocol */
"+VERS-TLS1.0", /* SSL3 */
NULL, /* SSL3 - no available keyword. */
"+VERS-TLS1.0", /* TLS1.0 */
"+VERS-TLS1.1", /* TLS1.1 */
"+VERS-TLS1.2", /* TLS1.2 */