NSS now builds into an RPM.
[fedora-mingw.git] / nss / nss-pem-bug429175.patch
1 diff -u --recursive mozilla.orig/security/nss/lib/ckfw/pem/pobject.c mozilla/security/nss/lib/ckfw/pem/pobject.c
2 --- mozilla.orig/security/nss/lib/ckfw/pem/pobject.c    2007-09-06 16:46:30.000000000 -0400
3 +++ mozilla/security/nss/lib/ckfw/pem/pobject.c 2008-08-13 21:08:43.000000000 -0400
4 @@ -160,7 +160,7 @@
5      (void *) &ck_false, (PRUint32) sizeof(CK_BBOOL)
6  };
7  static const NSSItem pem_x509Item = {
8 -    (void *) &ckc_x509, (PRUint32) sizeof(CKC_X_509)
9 +    (void *) &ckc_x509, (PRUint32) sizeof(CK_ULONG)
10  };
11  static const NSSItem pem_rsaItem = {
12      (void *) &ckk_rsa, (PRUint32) sizeof(CK_KEY_TYPE)