diff options
Diffstat (limited to 'p11-capi-token.c')
| -rw-r--r-- | p11-capi-token.c | 16 | 
1 files changed, 8 insertions, 8 deletions
| diff --git a/p11-capi-token.c b/p11-capi-token.c index 13a87d6..f6ef2ca 100644 --- a/p11-capi-token.c +++ b/p11-capi-token.c @@ -36,14 +36,14 @@ SlotInfo;  #define SLOT_OFFSET  0x00001000  static SlotInfo slot_info[] = { -	{ "My", "Personal Certificates", P11c_SLOT_TRUSTED | P11c_SLOT_CERTS }, -	{ "AddressBook", "Address Book Certificates", P11c_SLOT_CERTS }, -	{ "CA", "Certificate Authorities", P11c_SLOT_CA | P11c_SLOT_CERTS },   -	{ "Root", "Root Authorities", P11c_SLOT_TRUSTED | P11c_SLOT_CA | P11c_SLOT_CERTS },  -	{ "Trust", "Trust", P11c_SLOT_CERTS },  -	{ "TrustedPeople", "Trusted People", P11c_SLOT_TRUSTED | P11c_SLOT_CERTS },  -	{ "AuthRoot", "Auth Root", P11c_SLOT_CERTS }, -	{ NULL, "All User Keys", P11c_SLOT_ANYKEY } +	{ "My", "Personal Certificates", P11C_SLOT_TRUSTED | P11C_SLOT_CERTS }, +	{ "AddressBook", "Address Book Certificates", P11C_SLOT_CERTS }, +	{ "CA", "Certificate Authorities", P11C_SLOT_CA | P11C_SLOT_CERTS },   +	{ "Root", "Root Authorities", P11C_SLOT_TRUSTED | P11C_SLOT_CA | P11C_SLOT_CERTS },  +	{ "Trust", "Trust", P11C_SLOT_CERTS },  +	{ "TrustedPeople", "Trusted People", P11C_SLOT_TRUSTED | P11C_SLOT_CERTS },  +	{ "AuthRoot", "Auth Root", P11C_SLOT_CERTS }, +	{ NULL, "All User Keys", P11C_SLOT_ANYKEY }  };  #define SLOT_TO_OFFSET(slot) \ | 
