diff options
author | Daiki Ueno <dueno@redhat.com> | 2016-12-06 11:04:28 +0100 |
---|---|---|
committer | Daiki Ueno <ueno@gnu.org> | 2016-12-13 10:14:02 +0100 |
commit | 15a28b263f37de4796899dff04bcf3886f9d010e (patch) | |
tree | d78ccceffb6b061aef5e065dd4afd0250b61c330 | |
parent | ccc81bbfaffb5617a509126b8f882b6c930434e3 (diff) |
pkcs11: Add CKA_COPYABLE definition
https://bugzilla.redhat.com/show_bug.cgi?id=1191231
-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) |