]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Do not set "NORMAL" as default priority string.
authorNikos Mavrogiannopoulos <nmav@redhat.com>
Mon, 5 May 2014 12:22:42 +0000 (14:22 +0200)
committerNikos Mavrogiannopoulos <nmav@redhat.com>
Mon, 5 May 2014 12:22:42 +0000 (14:22 +0200)
That is, allow the library to select the appropriate default.

src/cli.c

index 00309a8d72ca333d0b59a534c653c388db3beaed..140de65f9f177537d361bdc35d90ff56f5f3b2a7 100644 (file)
--- 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)