aboutsummaryrefslogtreecommitdiff
path: root/lib/urldata.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-12-02 14:16:34 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-12-02 14:16:34 +0000
commitc16c017f8beca4ac56820e7aef072f2d0714f5b3 (patch)
tree4afba9abee9ab00053a47f5174228ab613fb6c80 /lib/urldata.h
parent2f03ef39d12c1a1027c71c9c3bc7e91f356c370c (diff)
more careful re-use of connections when SSL is used over proxies
Diffstat (limited to 'lib/urldata.h')
-rw-r--r--lib/urldata.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/urldata.h b/lib/urldata.h
index 78eddf419..8f12e8705 100644
--- a/lib/urldata.h
+++ b/lib/urldata.h
@@ -223,6 +223,7 @@ struct connectdata {
#define PROT_LDAP (1<<7)
#define PROT_FILE (1<<8)
#define PROT_FTPS (1<<9)
+#define PROT_SSL (1<<10) /* protocol requires SSL */
Curl_addrinfo *hostaddr; /* IP-protocol independent host info pointer list */
char *hostent_buf; /* pointer to allocated memory for name info */