X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=lib%2Furldata.h;h=ca45f66f8793da5dfdf80dcfebfb7e84d3bc077f;hb=846cb032bc408e218bbc5838aea353bf58202b41;hp=7f87913a95ef46ad929ca5c2c4c8b8ca75aa56d3;hpb=df34ec151cba2d5bd8cb2086c0246d8dcdf5d957;p=platform%2Fupstream%2Fcurl.git diff --git a/lib/urldata.h b/lib/urldata.h index 7f87913..ca45f66 100644 --- a/lib/urldata.h +++ b/lib/urldata.h @@ -359,6 +359,7 @@ struct ssl_primary_config { char *random_file; /* path to file containing "random" data */ char *egdsocket; /* path to file containing the EGD daemon socket */ char *cipher_list; /* list of ciphers to use */ + bool sessionid; /* cache session IDs or not */ }; struct ssl_config_data { @@ -388,7 +389,6 @@ struct ssl_config_data { }; struct ssl_general_config { - bool sessionid; /* cache session IDs or not */ size_t max_ssl_sessions; /* SSL session id cache size */ };