Don't rename private when it is in a comment

This commit is contained in:
Elio Maldonado 2011-02-11 08:24:23 -08:00
parent 882fcb9fcf
commit a8a5670437
1 changed files with 1 additions and 1 deletions

View File

@ -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;