summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkaie%kuix.de <devnull@localhost>2012-01-17 23:46:27 +0000
committerkaie%kuix.de <devnull@localhost>2012-01-17 23:46:27 +0000
commit4d3779ffc673cdf4760102c4bceeb26b67915c41 (patch)
treeb1303f95c0550c20ef845ead8ede3736426d9c78
parent8e5b8ad25e9105e7ff5e239b78e278dc934b15e7 (diff)
downloadnss-hg-4d3779ffc673cdf4760102c4bceeb26b67915c41.tar.gz
Bug 698592, build failure because of undefined C++11 user-defined literals
Patch contributed by "Octoploid", r=kaie
-rw-r--r--security/nss/lib/softoken/secmodt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/nss/lib/softoken/secmodt.h b/security/nss/lib/softoken/secmodt.h
index 59fdca048..1500d0f46 100644
--- a/security/nss/lib/softoken/secmodt.h
+++ b/security/nss/lib/softoken/secmodt.h
@@ -338,7 +338,7 @@ typedef PRUint32 PK11AttrFlags;
#define SECMOD_SLOT_FLAGS "slotFlags=[RSA,DSA,DH,RC2,RC4,DES,RANDOM,SHA1,MD5,MD2,SSL,TLS,AES,Camellia,SEED,SHA256,SHA512]"
#define SECMOD_MAKE_NSS_FLAGS(fips,slot) \
-"Flags=internal,critical"fips" slotparams=("#slot"={"SECMOD_SLOT_FLAGS"})"
+"Flags=internal,critical" fips " slotparams=(" #slot "={" SECMOD_SLOT_FLAGS "})"
#define SECMOD_INT_NAME "NSS Internal PKCS #11 Module"
#define SECMOD_INT_FLAGS SECMOD_MAKE_NSS_FLAGS("",1)