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:
@@ -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 <hx509-protos.h>
|
||||
|
Reference in New Issue
Block a user