diff options
Diffstat (limited to 'lib/urldata.h')
-rw-r--r-- | lib/urldata.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/urldata.h b/lib/urldata.h index 5a93150b2..2f183711e 100644 --- a/lib/urldata.h +++ b/lib/urldata.h @@ -144,8 +144,6 @@ struct ssl_config_data { 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 allow_insecure; /* allow connects without any CA certificate */ - long numsessions; /* SSL session id cache size */ }; |