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-builtin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'p11-capi-builtin.c') diff --git a/p11-capi-builtin.c b/p11-capi-builtin.c index 2757cb3..95fd476 100644 --- a/p11-capi-builtin.c +++ b/p11-capi-builtin.c @@ -58,7 +58,7 @@ typedef struct _BuiltinMatch BuiltinMatch; static const BuiltinMatch all_builtins[] = { - { (CK_ATTRIBUTE_PTR)&builtin_root, P11c_SLOT_TRUSTED | P11c_SLOT_CA | P11c_SLOT_CERTS }, + { (CK_ATTRIBUTE_PTR)&builtin_root, P11C_SLOT_TRUSTED | P11C_SLOT_CA | P11C_SLOT_CERTS }, { NULL, 0 } }; -- cgit v1.2.3