(match_localkeyid): no need to add back the cert to the cert pool, its
already there. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16840 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -175,7 +175,6 @@ match_localkeyid(hx509_context context,
|
|||||||
_hx509_cert_assign_key(cert, value->private_key);
|
_hx509_cert_assign_key(cert, value->private_key);
|
||||||
value->private_key = NULL;
|
value->private_key = NULL;
|
||||||
}
|
}
|
||||||
hx509_certs_add(context, certs, cert);
|
|
||||||
hx509_cert_free(cert);
|
hx509_cert_free(cert);
|
||||||
}
|
}
|
||||||
return ret;
|
return ret;
|
||||||
|
Reference in New Issue
Block a user