From: Nikos Mavrogiannopoulos Date: Mon, 5 May 2014 12:22:42 +0000 (+0200) Subject: Do not set "NORMAL" as default priority string. X-Git-Tag: gnutls_3_3_2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dbf824fe57af2207be56d233d1878665ef7af94a;p=thirdparty%2Fgnutls.git Do not set "NORMAL" as default priority string. That is, allow the library to select the appropriate default. --- diff --git a/src/cli.c b/src/cli.c index 00309a8d72..140de65f9f 100644 --- a/src/cli.c +++ b/src/cli.c @@ -648,9 +648,6 @@ static gnutls_session_t init_tls_session(const char *hostname) unsigned i; gnutls_session_t session; - if (priorities == NULL) - priorities = "NORMAL"; - if (udp) { gnutls_init(&session, GNUTLS_DATAGRAM | init_flags); if (mtu)