summaryrefslogtreecommitdiffstats
path: root/pobject.c
diff options
context:
space:
mode:
Diffstat (limited to 'pobject.c')
-rw-r--r--pobject.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pobject.c b/pobject.c
index 2fcc9c8..62a8a38 100644
--- a/pobject.c
+++ b/pobject.c
@@ -160,7 +160,7 @@ static const NSSItem pem_falseItem = {
(void *) &ck_false, (PRUint32) sizeof(CK_BBOOL)
};
static const NSSItem pem_x509Item = {
- (void *) &ckc_x509, (PRUint32) sizeof(CKC_X_509)
+ (void *) &ckc_x509, (PRUint32) sizeof(CK_ULONG)
};
static const NSSItem pem_rsaItem = {
(void *) &ckk_rsa, (PRUint32) sizeof(CK_KEY_TYPE)