diff options
author | Stef Walter <stef@thewalter.net> | 2013-07-03 12:44:23 +0200 |
---|---|---|
committer | Stef Walter <stef@thewalter.net> | 2013-07-03 12:44:23 +0200 |
commit | 6f212d25c6e03705d58137a2ffa0ccb59bf944ff (patch) | |
tree | 8a1c4190e82ecf3622bbbaa413e9d3ea5afcf423 /trust/index.h | |
parent | e355c6724c6fb8cd604763ad2518751056512b2b (diff) |
trust: Don't write out internal attributes when persisting
Diffstat (limited to 'trust/index.h')
-rw-r--r-- | trust/index.h | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/trust/index.h b/trust/index.h index 0072fee..6603092 100644 --- a/trust/index.h +++ b/trust/index.h @@ -38,21 +38,7 @@ #include "array.h" #include "compat.h" #include "pkcs11.h" -#include "pkcs11x.h" - -/* - * A boolean value which denotes whether we auto generated - * this object, as opposed to coming from outside the builder. - * - * We set this on all objects. It will always be either CK_TRUE - * or CK_FALSE for all objects built by this builder. - */ -#define CKA_X_GENERATED (CKA_X_VENDOR + 8000) - -/* - * A string pointing to the filename from which this was loaded. - */ -#define CKA_X_ORIGIN (CKA_X_VENDOR + 8001) +#include "types.h" typedef struct _p11_index p11_index; |