diff options
-rw-r--r-- | common/pkcs11.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/pkcs11.h b/common/pkcs11.h index 41ecc31..e295286 100644 --- a/common/pkcs11.h +++ b/common/pkcs11.h @@ -426,6 +426,7 @@ typedef unsigned long ck_attribute_type_t; #define CKA_ALWAYS_SENSITIVE (0x165UL) #define CKA_KEY_GEN_MECHANISM (0x166UL) #define CKA_MODIFIABLE (0x170UL) +#define CKA_COPYABLE (0x171UL) #define CKA_ECDSA_PARAMS (0x180UL) #define CKA_EC_PARAMS (0x180UL) #define CKA_EC_POINT (0x181UL) |