# HG changeset patch # User masneyb # Date 1228055388 0 # Node ID ce365745f7ba08316862fe5a0d413de195fdd9dc # Parent a18b1e9fa53b8024932beb485a5bff21faff853a 2008-11-30 Brian Masney * lib/ftps.c - warning fixes for the FTPS protocol when OpenSSL support is disabled. diff -r a18b1e9fa53b -r ce365745f7ba ChangeLog --- a/ChangeLog Sat Nov 29 14:56:02 2008 +0000 +++ b/ChangeLog Sun Nov 30 14:29:48 2008 +0000 @@ -1,3 +1,7 @@ +2008-11-30 Brian Masney + * lib/ftps.c - warning fixes for the FTPS protocol when OpenSSL + support is disabled. + 2008-11-29 Brian Masney * More build fixes with the newest version of automake/autoconf diff -r a18b1e9fa53b -r ce365745f7ba lib/ftps.c --- a/lib/ftps.c Sat Nov 29 14:56:02 2008 +0000 +++ b/lib/ftps.c Sun Nov 30 14:29:48 2008 +0000 @@ -113,19 +113,6 @@ } -/*@unused@*/ static int -ftps_connect (gftp_request * request) -{ - if (request->datafd > 0) - return (0); - - request->read_function = gftp_fd_read; - request->write_function = gftp_fd_write; - - return (rfc959_connect (request)); -} - - int ftps_init (gftp_request * request) {