pass context to _hx509_create_signature
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17970 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -196,7 +196,8 @@ _hx509_request_to_pkcs10(hx509_context context,
|
||||
if (data.length != size)
|
||||
abort();
|
||||
|
||||
ret = _hx509_create_signature(signer,
|
||||
ret = _hx509_create_signature(context,
|
||||
signer,
|
||||
hx509_signature_rsa_with_sha1(),
|
||||
&data,
|
||||
&r.signatureAlgorithm,
|
||||
|
Reference in New Issue
Block a user