Mercurial > gftp.yaz
changeset 968:ce365745f7ba
2008-11-30 Brian Masney <masneyb@gftp.org>
* lib/ftps.c - warning fixes for the FTPS protocol when OpenSSL
support is disabled.
author | masneyb |
---|---|
date | Sun, 30 Nov 2008 14:29:48 +0000 |
parents | a18b1e9fa53b |
children | e95ae20ddf0e |
files | ChangeLog lib/ftps.c |
diffstat | 2 files changed, 4 insertions(+), 13 deletions(-) [+] |
line wrap: on
line diff
--- 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 <masneyb@gftp.org> + * lib/ftps.c - warning fixes for the FTPS protocol when OpenSSL + support is disabled. + 2008-11-29 Brian Masney <masneyb@gftp.org> * More build fixes with the newest version of automake/autoconf
--- 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) {