summaryrefslogtreecommitdiff
path: root/p11-capi-token.c
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2008-12-09 20:13:21 +0000
committerStef Walter <stef@memberwebs.com>2008-12-09 20:13:21 +0000
commitb3e582f8c39acfc82d040ec6be39ef9fa8ef024e (patch)
tree9d487c44e4b1e5a014d17dfcecf12e0f8091f56b /p11-capi-token.c
parentd108e2008ec7205ef3907296fd3e5a810e45919b (diff)
Same more fixes after rename.
Diffstat (limited to 'p11-capi-token.c')
-rw-r--r--p11-capi-token.c16
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) \