Re: error: nss-softokn, ec.c, ECCurve25519 undeclared

2017-09-27 Thread Martin Thomson
This should be defined in ecl-exp.h, which is transitively included from ec.c via blapi.h and blapit.h. On Thu, Sep 28, 2017 at 10:10 AM, Captain Wiggum wrote: > I build nss and nss-softokn on a regular basis and follow periodic updates. > I am seeing this new error with

error: nss-softokn, ec.c, ECCurve25519 undeclared

2017-09-27 Thread Captain Wiggum
I build nss and nss-softokn on a regular basis and follow periodic updates. I am seeing this new error with nss-softokn-3.28.3.tar.gz: ec.c:21:7: error: 'ECCurve25519' undeclared here (not in a function) { ECCurve25519, Does this ring any bells? Or any suggestion appreciated. --