nss: Drop ckpem patch

It's usefulness is not clear to us maintainers.
This commit is contained in:
Martin Weinelt 2022-08-19 00:17:15 +02:00
parent 7f01443ef1
commit df214678dc
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
2 changed files with 0 additions and 12 deletions

View File

@ -1,11 +0,0 @@
--- 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;

View File

@ -56,7 +56,6 @@ stdenv.mkDerivation rec {
else
./85_security_load_3.77+.patch
)
./ckpem.patch
./fix-cross-compilation.patch
];