From 15a28b263f37de4796899dff04bcf3886f9d010e Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Tue, 6 Dec 2016 11:04:28 +0100 Subject: pkcs11: Add CKA_COPYABLE definition https://bugzilla.redhat.com/show_bug.cgi?id=1191231 --- common/pkcs11.h | 1 + 1 file changed, 1 insertion(+) (limited to 'common') 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) -- cgit v1.1