From b3e582f8c39acfc82d040ec6be39ef9fa8ef024e Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Tue, 9 Dec 2008 20:13:21 +0000 Subject: Same more fixes after rename. --- p11-capi-token.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'p11-capi-token.c') 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) \ -- cgit v1.2.3