=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ftp/main.c,v retrieving revision 1.108 retrieving revision 1.109 diff -c -r1.108 -r1.109 *** src/usr.bin/ftp/main.c 2016/05/27 15:16:16 1.108 --- src/usr.bin/ftp/main.c 2016/07/13 16:35:47 1.109 *************** *** 1,4 **** ! /* $OpenBSD: main.c,v 1.108 2016/05/27 15:16:16 jsing Exp $ */ /* $NetBSD: main.c,v 1.24 1997/08/18 10:20:26 lukem Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: main.c,v 1.109 2016/07/13 16:35:47 jsing Exp $ */ /* $NetBSD: main.c,v 1.24 1997/08/18 10:20:26 lukem Exp $ */ /* *************** *** 201,207 **** if (tls_config == NULL) errx(1, "tls config failed"); tls_config_set_protocols(tls_config, TLS_PROTOCOLS_ALL); ! if (tls_config_set_ciphers(tls_config, "compat") != 0) errx(1, "tls set ciphers failed"); } #endif /* !SMALL */ --- 201,207 ---- if (tls_config == NULL) errx(1, "tls config failed"); tls_config_set_protocols(tls_config, TLS_PROTOCOLS_ALL); ! if (tls_config_set_ciphers(tls_config, "all") != 0) errx(1, "tls set ciphers failed"); } #endif /* !SMALL */