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

@@ -402,7 +402,7 @@ verify_crl(hx509_context context,
if (ret)
goto out;
ret = _hx509_check_key_usage(signer, 1 << 6, TRUE); /* crl */
ret = _hx509_check_key_usage(context, signer, 1 << 6, TRUE); /* crl */
if (ret != 0)
goto out;
}