CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2023/05/01 01:54:08

Modified files:
        lib/libcrypto/ec: ec_curve.c 

Log message:
Clean up handling of nist_curves[]

There's no point in introducing a typedef only for two sizeof() calls.
We might as well use an anonymous struct for this list. Make it const
while there, drop some braces and compare strcmp() return value to 0.

ok jsing

Reply via email to