Re: adding a new custom ciphersuite to NSS (to be used by Thunderbird for TLS establishment)

Ángel <[email protected]> Mon, 27 Nov 2017 22:15:20 +0100
Newsgroups gmane.comp.mozilla.security
Message-ID <[email protected]>
On 2017-11-27 at 03:41 -0800, f masood via dev-security wrote:
> Update:
> 
> 1. i have done the changes as done by the patch however, I get the following error:
> 
> i.   /mozilla/security/nss/lib/ssl/ssl3con.c (179) :error C2078 (178) : too many initializers 
> 
> ii.   /mozilla/security/nss/lib/ssl/ssl3con.c (179) :error C2078 (179) : too many initializers 
> 
> iii.   /mozilla/security/nss/lib/ssl/ssl3con.c (179) :error C2078 (5609) : too many initializers 
> 
> iv.   /mozilla/security/nss/lib/ssl/ssl3con.c (179) :error C2078 (5591) : too many initializers 
> 
> can anyone help me out ?  i am stuck pretty bad ! 

Maybe you could provide a relevant snippet of the changes you were
doing? Or at least provide a link to the file in hg.mozilla.org
You clearly have an error in the C code around line 179 of
mozilla/security/nss/lib/ssl/ssl3con.c but how should we know what you
changed, and therein, what's wrong there?

Cheers