Blame SOURCES/nss-util-mozilla-ca-policy.patch

faeb29
# HG changeset patch
faeb29
# User Kai Engert <kaie@kuix.de>
faeb29
# Date 1486667455 -3600
faeb29
#      Thu Feb 09 20:10:55 2017 +0100
faeb29
# Node ID 29858a467f45b3964c7403ab4e41daf5c5bc18ad
faeb29
# Parent  867f6176020d098a5c069bf43f06ef5c68e4c3cd
faeb29
Bug 1334976, use a new attribute in the builtins root CA list, to distinguish between Mozilla policy CAs and other CAs, code changes, r=rrelyea
faeb29
faeb29
diff --git a/lib/util/pkcs11n.h b/lib/util/pkcs11n.h
faeb29
--- a/lib/util/pkcs11n.h
faeb29
+++ b/lib/util/pkcs11n.h
faeb29
@@ -93,6 +93,8 @@
faeb29
 #define CKA_NSS_JPAKE_X2 (CKA_NSS + 32)
faeb29
 #define CKA_NSS_JPAKE_X2S (CKA_NSS + 33)
faeb29
 
faeb29
+#define CKA_NSS_MOZILLA_CA_POLICY (CKA_NSS + 34)
faeb29
+
faeb29
 /*
faeb29
  * Trust attributes:
faeb29
  *