From 649f25934cd74fb21ef5a574ebd56a5e293b478f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Mon, 4 Sep 2006 08:32:19 +0000 Subject: [PATCH] pass context to _hx509_create_signature git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17977 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hx509/revoke.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/hx509/revoke.c b/lib/hx509/revoke.c index 4a9afc639..a82880da0 100644 --- a/lib/hx509/revoke.c +++ b/lib/hx509/revoke.c @@ -702,7 +702,8 @@ add_to_req(hx509_context context, void *ptr, hx509_cert cert) if (ret) goto out; - ret = _hx509_create_signature(NULL, + ret = _hx509_create_signature(context, + NULL, &one->reqCert.hashAlgorithm, &c->tbsCertificate.issuer._save, NULL, @@ -714,7 +715,8 @@ add_to_req(hx509_context context, void *ptr, hx509_cert cert) os.length = p->tbsCertificate.subjectPublicKeyInfo.subjectPublicKey.length / 8; - ret = _hx509_create_signature(NULL, + ret = _hx509_create_signature(context, + NULL, &one->reqCert.hashAlgorithm, &os, NULL,