rename to be more consistent, export for teting

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22679 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2008-03-14 14:52:48 +00:00
parent 90c30290de
commit 00f8b507cb
4 changed files with 15 additions and 10 deletions

View File

@@ -2920,7 +2920,7 @@ _hx509_query_match_cert(hx509_context context, const hx509_query *q, hx509_cert
if (ret)
return 0;
ret = _hx509_eval_expr(context, env, q->expr);
ret = _hx509_expr_eval(context, env, q->expr);
hx509_env_free(&env);
if (ret == 0)
return 0;