]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blame - nss/patches/nss-fix-gcc47-secmodt.patch0
libsolv: Update to git version f663ca2.
[people/amarx/ipfire-3.x.git] / nss / patches / nss-fix-gcc47-secmodt.patch0
CommitLineData
94bd60cc
SS
1diff -up ./mozilla/security/nss/lib/softoken/secmodt.h.gcc47 ./mozilla/security/nss/lib/softoken/secmodt.h
2--- ./mozilla/security/nss/lib/softoken/secmodt.h.gcc47 2012-01-30 16:14:41.179494528 -0500
3+++ ./mozilla/security/nss/lib/softoken/secmodt.h 2012-01-30 16:14:48.287424482 -0500
4@@ -338,7 +338,7 @@ typedef PRUint32 PK11AttrFlags;
5 #define SECMOD_SLOT_FLAGS "slotFlags=[RSA,DSA,DH,RC2,RC4,DES,RANDOM,SHA1,MD5,MD2,SSL,TLS,AES,Camellia,SEED,SHA256,SHA512]"
6
7 #define SECMOD_MAKE_NSS_FLAGS(fips,slot) \
8-"Flags=internal,critical"fips" slotparams=("#slot"={"SECMOD_SLOT_FLAGS"})"
9+"Flags=internal,critical" fips" slotparams=("#slot"={" SECMOD_SLOT_FLAGS"})"
10
11 #define SECMOD_INT_NAME "NSS Internal PKCS #11 Module"
12 #define SECMOD_INT_FLAGS SECMOD_MAKE_NSS_FLAGS("",1)