_hx509_path_append changed signature.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17398 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-05-01 15:17:18 +00:00
parent 173a202829
commit 0e0680efba

View File

@@ -932,10 +932,10 @@ hx509_cms_create_signed_1(hx509_context context,
&path);
if (ret) {
_hx509_path_free(&path);
ret = _hx509_path_append(&path, cert);
ret = _hx509_path_append(context, &path, cert);
}
} else
ret = _hx509_path_append(&path, cert);
ret = _hx509_path_append(context, &path, cert);
if (ret)
goto out;