View | Details | Raw Unified | Return to bug 1187686
Collapse All | Expand All

(-)vsftpd-3.0.5/ssl.c (+2 lines)
Lines 95-101 ssl_init(struct vsf_session* p_sess) Link Here
95
    }
95
    }
96
    if (!tunable_tlsv1_3)
96
    if (!tunable_tlsv1_3)
97
    {
97
    {
98
#ifdef SSL_OP_NO_TLSv1_3
98
      options |= SSL_OP_NO_TLSv1_3;
99
      options |= SSL_OP_NO_TLSv1_3;
100
#endif
99
    }
101
    }
100
    SSL_CTX_set_options(p_ctx, options);
102
    SSL_CTX_set_options(p_ctx, options);
101
    if (tunable_rsa_cert_file)
103
    if (tunable_rsa_cert_file)

Return to bug 1187686