diff --git a/lib/util/pkcs11t.h b/lib/util/pkcs11t.h index 6bf775e474..6bd01c0521 100644 --- a/lib/util/pkcs11t.h +++ b/lib/util/pkcs11t.h @@ -898,8 +898,8 @@ typedef CK_ULONG CK_MECHANISM_TYPE; #define CKM_AES_CCM 0x00001088 #define CKM_AES_CTS 0x00001089 /* AES-CMAC values copied from v2.40 errata 1 header file */ -#define CKM_AES_CMAC_GENERAL 0x0000108A -#define CKM_AES_CMAC 0x0000108B +#define CKM_AES_CMAC 0x0000108A +#define CKM_AES_CMAC_GENERAL 0x0000108B #define CKM_AES_XCBC_MAC 0x0000108C #define CKM_AES_XCBC_MAC_96 0x0000108D