_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:
@@ -932,10 +932,10 @@ hx509_cms_create_signed_1(hx509_context context,
|
|||||||
&path);
|
&path);
|
||||||
if (ret) {
|
if (ret) {
|
||||||
_hx509_path_free(&path);
|
_hx509_path_free(&path);
|
||||||
ret = _hx509_path_append(&path, cert);
|
ret = _hx509_path_append(context, &path, cert);
|
||||||
}
|
}
|
||||||
} else
|
} else
|
||||||
ret = _hx509_path_append(&path, cert);
|
ret = _hx509_path_append(context, &path, cert);
|
||||||
if (ret)
|
if (ret)
|
||||||
goto out;
|
goto out;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user