diff options
author | Kamil Dudka <kdudka@redhat.com> | 2014-07-04 12:41:53 +0200 |
---|---|---|
committer | Kamil Dudka <kdudka@redhat.com> | 2014-07-04 13:15:03 +0200 |
commit | ca2aa61b66d684a1076d43025048f1a43d5755b6 (patch) | |
tree | 5753d000d190e06a7f02eff32eeafe92999dd1e6 /lib/urldata.h | |
parent | 52cd5ac21cdfdc0a6c016de97fe70d3a50baa526 (diff) |
nss: make the list of CRL items global
Otherwise NSS could use an already freed item for another connection.
Diffstat (limited to 'lib/urldata.h')
-rw-r--r-- | lib/urldata.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/urldata.h b/lib/urldata.h index 5883dedbb..ebdad803d 100644 --- a/lib/urldata.h +++ b/lib/urldata.h @@ -324,7 +324,6 @@ struct ssl_connect_data { PRFileDesc *handle; char *client_nickname; struct SessionHandle *data; - struct curl_llist *crl_list; struct curl_llist *obj_list; PK11GenericObject *obj_clicert; ssl_connect_state connecting_state; |