diff options
Diffstat (limited to 'p11-capi-trust.c')
| -rw-r--r-- | p11-capi-trust.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/p11-capi-trust.c b/p11-capi-trust.c index e8bab5f..e45106a 100644 --- a/p11-capi-trust.c +++ b/p11-capi-trust.c @@ -527,7 +527,7 @@ p11c_trust_find(P11cSession* sess, CK_OBJECT_CLASS cls,  		return CKR_OK;  	/* Only work with slots that have certificates */ -	if(!(p11c_token_get_flags (sess->slot) & P11c_SLOT_CERTS)) +	if(!(p11c_token_get_flags (sess->slot) & P11C_SLOT_CERTS))  		return CKR_OK;  	/* Get a list of all certificates */ | 
