aboutsummaryrefslogtreecommitdiff
path: root/lib/urldata.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-03-29 08:16:55 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-03-29 08:16:55 +0000
commitb1328430c9f73bededc274ce8bac5aa8f36f7afe (patch)
treea9e966651abf4f5b3d751fc7cfe99754b0f2ce2b /lib/urldata.h
parent34efa74a5943df3f94db1f1d852082f35922f953 (diff)
ftps:// support added
Diffstat (limited to 'lib/urldata.h')
-rw-r--r--lib/urldata.h6
1 files changed, 1 insertions, 5 deletions
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