From 15a66286ab78e6fdf71bcdc4c4aa4d3df703f79e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Mon, 11 Sep 2006 06:35:53 +0000 Subject: [PATCH] Add HX509_CMS_UE_DONT_REQUIRE_KU_ENCIPHERMENT. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18064 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hx509/hx509.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/lib/hx509/hx509.h b/lib/hx509/hx509.h index 99e19f897..c13a068be 100644 --- a/lib/hx509/hx509.h +++ b/lib/hx509/hx509.h @@ -91,8 +91,10 @@ typedef enum { HX509_QUERY_OPTION_END = 0xffff } hx509_query_option; -enum hx509_error_flag { - HX509_ERROR_APPEND = 1, -}; +/* flags to hx509_set_error_string */ +#define HX509_ERROR_APPEND 0x01 + +/* flags to hx509_cms_unenvelope */ +#define HX509_CMS_UE_DONT_REQUIRE_KU_ENCIPHERMENT 0x01 #include