Add HX509_CMS_UE_DONT_REQUIRE_KU_ENCIPHERMENT.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18064 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-09-11 06:35:53 +00:00
parent 9358faef60
commit 15a66286ab

View File

@@ -91,8 +91,10 @@ typedef enum {
HX509_QUERY_OPTION_END = 0xffff HX509_QUERY_OPTION_END = 0xffff
} hx509_query_option; } hx509_query_option;
enum hx509_error_flag { /* flags to hx509_set_error_string */
HX509_ERROR_APPEND = 1, #define HX509_ERROR_APPEND 0x01
};
/* flags to hx509_cms_unenvelope */
#define HX509_CMS_UE_DONT_REQUIRE_KU_ENCIPHERMENT 0x01
#include <hx509-protos.h> #include <hx509-protos.h>