From b1328430c9f73bededc274ce8bac5aa8f36f7afe Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 29 Mar 2001 08:16:55 +0000 Subject: ftps:// support added --- lib/urldata.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'lib/urldata.h') diff --git a/lib/urldata.h b/lib/urldata.h index 07e8953ee..aef8435c4 100644 --- a/lib/urldata.h +++ b/lib/urldata.h @@ -207,6 +207,7 @@ struct connectdata { #define PROT_DICT (1<<6) #define PROT_LDAP (1<<7) #define PROT_FILE (1<<8) +#define PROT_FTPS (1<<9) #ifdef ENABLE_IPV6 struct addrinfo *hp; /* host info pointer list */ @@ -293,7 +294,6 @@ struct connectdata { document headers */ #ifdef KRB4 - enum protection_level command_prot; enum protection_level data_prot; enum protection_level request_data_prot; @@ -553,10 +553,6 @@ struct UrlData { char proxypasswd[MAX_CURL_PASSWORD_LENGTH]; char *krb4_level; /* what security level */ -#ifdef KRB4 - FILE *cmdchannel; -#endif - struct timeval keeps_speed; /* this should be request-specific */ /* 'connects' will be an allocated array with pointers. If the pointer is -- cgit v1.2.3