changed signature of _hx509_check_key_usage

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17396 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-05-01 14:05:35 +00:00
parent 8fd826b57e
commit 3d0bd3bbfe
2 changed files with 2 additions and 2 deletions

View File

@@ -322,7 +322,7 @@ hx509_cms_envelope_1(hx509_context context,
if (encryption_type == NULL)
encryption_type = oid_id_aes_256_cbc();
ret = _hx509_check_key_usage(cert, 1 << 2, TRUE);
ret = _hx509_check_key_usage(context, cert, 1 << 2, TRUE);
if (ret)
goto out;