Avoid shadowing.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17574 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-05-13 20:26:47 +00:00
parent 726a88d9c6
commit 09f034b560

View File

@@ -295,9 +295,9 @@ hx509_verify_attach_anchors(hx509_verify_ctx ctx, hx509_certs set)
} }
void void
hx509_verify_attach_revoke(hx509_verify_ctx ctx, hx509_revoke_ctx revoke) hx509_verify_attach_revoke(hx509_verify_ctx ctx, hx509_revoke_ctx revoke_ctx)
{ {
ctx->revoke_ctx = revoke; ctx->revoke_ctx = revoke_ctx;
} }
void void
@@ -751,7 +751,6 @@ find_parent(hx509_context context,
{ {
hx509_name name; hx509_name name;
char *str; char *str;
int ret;
ret = hx509_cert_get_subject(current, &name); ret = hx509_cert_get_subject(current, &name);
if (ret) { if (ret) {