nss: Omit an extraneous definition; fix other problems on Darwin

This commit is contained in:
John Wiegley
2018-01-03 15:18:00 -08:00
parent 25aff92280
commit e8caa47b35
2 changed files with 25 additions and 5 deletions
@@ -0,0 +1,11 @@
--- nss/lib/ckfw/pem/ckpem.h 2018-01-03 13:36:12.000000000 -0800
+++ nss/lib/ckfw/pem/ckpem.h 2018-01-03 13:36:20.000000000 -0800
@@ -156,8 +156,6 @@
NSS_EXTERN_DATA pemInternalObject nss_pem_data[];
NSS_EXTERN_DATA const PRUint32 nss_pem_nObjects;
- PRBool logged_in;
-
/* our raw object data array */
NSS_EXTERN_DATA pemInternalObject nss_pem_data[];
NSS_EXTERN_DATA const PRUint32 nss_pem_nObjects;