From ed4bab192bb5d3b399646b2817b863017a6070a8 Mon Sep 17 00:00:00 2001 From: Kai Engert Date: Fri, 22 Aug 2008 17:33:36 +0000 Subject: [PATCH] - fix bug bug 429175 in libpem module (adding forgotten patch file) --- nss-pem-bug429175.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 nss-pem-bug429175.patch diff --git a/nss-pem-bug429175.patch b/nss-pem-bug429175.patch new file mode 100644 index 0000000..6732c04 --- /dev/null +++ b/nss-pem-bug429175.patch @@ -0,0 +1,12 @@ +diff -u --recursive mozilla.orig/security/nss/lib/ckfw/pem/pobject.c mozilla/security/nss/lib/ckfw/pem/pobject.c +--- mozilla.orig/security/nss/lib/ckfw/pem/pobject.c 2007-09-06 16:46:30.000000000 -0400 ++++ mozilla/security/nss/lib/ckfw/pem/pobject.c 2008-08-13 21:08:43.000000000 -0400 +@@ -160,7 +160,7 @@ + (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)