diff --git a/lib/hx509/hx509.h b/lib/hx509/hx509.h index e9c11bd28..a324a97f9 100644 --- a/lib/hx509/hx509.h +++ b/lib/hx509/hx509.h @@ -118,4 +118,7 @@ typedef enum { #define HX509_CA_TEMPLATE_KU 32 #define HX509_CA_TEMPLATE_EKU 64 +/* flags hx509_cms_create_signed* */ +#define HX509_CMS_SIGATURE_DETACHED 1 + #include