=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ftp/fetch.c,v retrieving revision 1.146 retrieving revision 1.147 diff -c -r1.146 -r1.147 *** src/usr.bin/ftp/fetch.c 2016/05/06 22:06:09 1.146 --- src/usr.bin/ftp/fetch.c 2016/05/27 15:16:16 1.147 *************** *** 1,4 **** ! /* $OpenBSD: fetch.c,v 1.146 2016/05/06 22:06:09 jca Exp $ */ /* $NetBSD: fetch.c,v 1.14 1997/08/18 10:20:20 lukem Exp $ */ /*- --- 1,4 ---- ! /* $OpenBSD: fetch.c,v 1.147 2016/05/27 15:16:16 jsing Exp $ */ /* $NetBSD: fetch.c,v 1.14 1997/08/18 10:20:20 lukem Exp $ */ /*- *************** *** 603,612 **** sslhost = strdup(host); if (sslhost == NULL) errx(1, "Can't allocate memory for https host."); - } - if (tls_init() != 0) { - fprintf(ttyout, "SSL initialisation failed\n"); - goto cleanup_url_get; } if ((tls = tls_client()) == NULL) { fprintf(ttyout, "failed to create SSL client\n"); --- 603,608 ----