[nss] Don't rename private when it is in a comment

Elio Maldonado emaldonado at fedoraproject.org
Fri Feb 11 16:25:13 UTC 2011


commit a8a5670437fd5987cbe0f2e4fb1eba198dab9afc
Author: Elio Maldonado <emaldona at redhat.com>
Date:   Fri Feb 11 08:24:23 2011 -0800

    Don't rename private when it is in a comment

 dont-use-cpp-reserved-words.patch |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
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;


More information about the scm-commits mailing list