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-key.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'p11-capi-key.c') diff --git a/p11-capi-key.c b/p11-capi-key.c index bda2baf..ed306d4 100644 --- a/p11-capi-key.c +++ b/p11-capi-key.c @@ -1022,7 +1022,7 @@ p11c_key_find(P11cSession* sess, CK_OBJECT_CLASS cls, CK_RV ret = CKR_OK; /* Is this somewhere we have all keys present? */ - if(p11c_token_get_flags(sess->slot) & P11c_SLOT_ANYKEY) + if(p11c_token_get_flags(sess->slot) & P11C_SLOT_ANYKEY) { if((cls == CKO_PRIVATE_KEY || cls == CKO_ANY) && ret == CKR_OK) ret = find_any_keys(sess, CKO_PRIVATE_KEY, match, count, arr); -- cgit v1.2.3