Assign a value for HX509_CMS_EV_ID_NAME
667ec8eb81
introduced the flag
HX509_CMS_EV_ID_NAME, without defining a value for that flag.
Assign a value using the next available bit.
Signed-off-by: Love Hornquist Astrand <lha@h5l.org>
This commit is contained in:

committed by
Love Hornquist Astrand

parent
20e4f3b9de
commit
3d7fc1001a
@@ -142,6 +142,7 @@ typedef enum {
|
||||
/* flags to hx509_cms_envelope_1 */
|
||||
#define HX509_CMS_EV_NO_KU_CHECK 0x01
|
||||
#define HX509_CMS_EV_ALLOW_WEAK 0x02
|
||||
#define HX509_CMS_EV_ID_NAME 0x04
|
||||
|
||||
/* flags to hx509_cms_verify_signed */
|
||||
#define HX509_CMS_VS_ALLOW_DATA_OID_MISMATCH 0x01
|
||||
|
Reference in New Issue
Block a user