fix syntax error, from David Love.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22292 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -157,7 +157,7 @@ hx509_cms_unwrap_ContentInfo(const heim_octet_string *in,
|
||||
memset(out, 0, sizeof(*out));
|
||||
|
||||
if (have_data)
|
||||
*have_data = (ci.vcontent != NULL) ? 1 : 0;
|
||||
*have_data = (ci.content != NULL) ? 1 : 0;
|
||||
|
||||
free_ContentInfo(&ci);
|
||||
|
||||
|
Reference in New Issue
Block a user