From a8a5670437fd5987cbe0f2e4fb1eba198dab9afc Mon Sep 17 00:00:00 2001 From: Elio Maldonado Date: Fri, 11 Feb 2011 08:24:23 -0800 Subject: [PATCH] Don't rename private when it is in a comment --- dont-use-cpp-reserved-words.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dont-use-cpp-reserved-words.patch b/dont-use-cpp-reserved-words.patch index c476494..a27eb6c 100644 --- a/dont-use-cpp-reserved-words.patch +++ b/dont-use-cpp-reserved-words.patch @@ -322,7 +322,7 @@ diff -up ./mozilla/security/nss/lib/smime/cmsenvdata.c.676036 ./mozilla/security /* look if one of OUR cert's issuerSN is on the list of recipients, and if so, */ - /* get the cert and private key for it right away */ -+ /* get the cert and privateInfo key for it right away */ ++ /* get the cert and private key for it right away */ recipient_list = nss_cms_recipient_list_create(envd->recipientInfos); if (recipient_list == NULL) goto loser;