Fix previous commit b88c772, use correct preprocessor directive.
authorAndrej Kacian <ticho@claws-mail.org>
Tue, 23 Aug 2016 15:55:38 +0000 (17:55 +0200)
committerAndrej Kacian <ticho@claws-mail.org>
Tue, 23 Aug 2016 15:55:38 +0000 (17:55 +0200)
src/common/ssl.c

index e25a42301fb73752a1d71b1cd7b6f1108ab31ce8..5c2149f4a4f6fa7ae89a0f4dec78748a549e384c 100644 (file)
@@ -330,7 +330,7 @@ gboolean ssl_init_socket(SockInfo *sockinfo)
                debug_print("Setting GnuTLS priority to %s, status = %d\n",
                            sockinfo->gnutls_priority, r);
        }
                debug_print("Setting GnuTLS priority to %s, status = %d\n",
                            sockinfo->gnutls_priority, r);
        }
-#ifdef GNUTLS_VERSION_NUMBER < 0x030400
+#if GNUTLS_VERSION_NUMBER < 0x030400
        else {
                gnutls_priority_set_direct(session, "NORMAL:-VERS-SSL3.0", NULL);
        }
        else {
                gnutls_priority_set_direct(session, "NORMAL:-VERS-SSL3.0", NULL);
        }