Mercurial > gftp.yaz
diff lib/https.c @ 415:1ffdbc487a70
2004-3-1 Brian Masney <masneyb@gftp.org>
* lib/ftps.c - set the protocol number to GFTP_FTPS_NUM
* lib/https.c - set the protocol number to GFTP_HTTPS_NUM
* lib/rfc959.c lib/rfc2068.c - remove references to checking for
GFTP_FTP_NUM and GFTP_HTTP_NUM
| author | masneyb |
|---|---|
| date | Tue, 02 Mar 2004 02:29:10 +0000 |
| parents | 13ca1defdc75 |
| children | fbb5a02beddb |
line wrap: on
line diff
--- a/lib/https.c Mon Mar 01 17:29:13 2004 +0000 +++ b/lib/https.c Tue Mar 02 02:29:10 2004 +0000 @@ -73,6 +73,7 @@ return (ret); params = request->protocol_data; + request->protonum = GFTP_HTTPS_NUM; request->init = https_init; request->post_connect = gftp_ssl_session_setup; params->real_read_function = gftp_ssl_read;
