summaryrefslogtreecommitdiff
path: root/src/cli.c
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2014-05-05 14:22:42 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2014-05-05 14:22:42 +0200
commitdbf824fe57af2207be56d233d1878665ef7af94a (patch)
treeaf9ec937786896d90cac1f7c6c58183f061dbd64 /src/cli.c
parente1e3d022ca5dc2233566e43f387b9a86716665c9 (diff)
downloadgnutls-dbf824fe57af2207be56d233d1878665ef7af94a.tar.gz
Do not set "NORMAL" as default priority string.
That is, allow the library to select the appropriate default.
Diffstat (limited to 'src/cli.c')
-rw-r--r--src/cli.c3
1 files changed, 0 insertions, 3 deletions
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)