From d45c54a7f97560aeaa4eba1f784dae2bb87f31a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Wed, 4 Feb 2009 22:05:51 +0000 Subject: [PATCH] spelling git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24588 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hx509/hxtool.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/hx509/hxtool.c b/lib/hx509/hxtool.c index 1004c9ef9..50445d2a6 100644 --- a/lib/hx509/hxtool.c +++ b/lib/hx509/hxtool.c @@ -353,11 +353,11 @@ cms_create_sd(struct cms_create_sd_options *opt, int argc, char **argv) anchors = NULL; if (opt->detached_signature_flag) - flags |= HX509_CMS_SIGATURE_DETACHED; + flags |= HX509_CMS_SIGNATURE_DETACHED; if (opt->id_by_name_flag) - flags |= HX509_CMS_SIGATURE_ID_NAME; + flags |= HX509_CMS_SIGNATURE_ID_NAME; if (!opt->signer_flag) { - flags |= HX509_CMS_SIGATURE_NO_SIGNER; + flags |= HX509_CMS_SIGNATURE_NO_SIGNER; }