2009-06-12 [colin] 3.7.1cvs72
[claws.git] / src / common / ssl.c
index a16c58ac3074d269c9f67c92453fb67721e3dcf2..51e64c14b08e7eea06ce0342fea22b9f6f0b169d 100644 (file)
@@ -270,7 +270,7 @@ gboolean ssl_init_socket_with_method(SockInfo *sockinfo, SSLMethod method)
        if (session == NULL || r != 0)
                return FALSE;
   
-       gnutls_set_default_priority(session);
+       gnutls_priority_set_direct(session, "NORMAL:%COMPAT", NULL);
        gnutls_protocol_set_priority (session, proto_prio);
        gnutls_cipher_set_priority (session, cipher_prio);
        gnutls_kx_set_priority (session, kx_prio);