From 7e1b5d3a55fe5c04310db815fb7f13c7f9574f2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Wed, 4 Feb 2009 22:03:37 +0000 Subject: [PATCH] better name for zero signer git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24575 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hx509/hx509.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/hx509/hx509.h b/lib/hx509/hx509.h index 2497189ce..e3989ce77 100644 --- a/lib/hx509/hx509.h +++ b/lib/hx509/hx509.h @@ -131,7 +131,7 @@ typedef enum { /* flags to hx509_cms_verify_signed */ #define HX509_CMS_VS_ALLOW_DATA_OID_MISMATCH 0x01 #define HX509_CMS_VS_NO_KU_CHECK 0x02 -#define HX509_CMS_VS_ALLOW_NO_SIG 0x04 +#define HX509_CMS_VS_ALLOW_ZERO_SIGNER 0x04 #define HX509_CMS_VS_NO_VALIDATE 0x08 /* selectors passed to hx509_crypto_select and hx509_crypto_available */