- Kamil Dudka fixed another NSS-related leak when client certs were used.

This commit is contained in:
Daniel Stenberg
2009-04-24 21:55:18 +00:00
parent 082b0d822c
commit 828a26286d
4 changed files with 24 additions and 13 deletions

View File

@@ -211,6 +211,7 @@ struct ssl_connect_data {
#ifdef USE_NSS
PRFileDesc *handle;
char *client_nickname;
CERTCertificate *client_cert;
#ifdef HAVE_PK11_CREATEGENERICOBJECT
PK11GenericObject *key;
PK11GenericObject *cacert[2];