Use HX509_CMS_SIGATURE_ID_NAME.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@21268 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -260,6 +260,8 @@ cms_create_sd(struct cms_create_sd_options *opt, int argc, char **argv)
|
||||
|
||||
if (opt->detached_signature_flag)
|
||||
flags |= HX509_CMS_SIGATURE_DETACHED;
|
||||
if (opt->id_by_name_flag)
|
||||
flags |= HX509_CMS_SIGATURE_ID_NAME;
|
||||
|
||||
ret = hx509_query_alloc(context, &q);
|
||||
if (ret)
|
||||
|
Reference in New Issue
Block a user