CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/12/29 11:47:47
Modified files:
lib/libcrypto/ec: ec_ameth.c
Log message:
Clean up eckey_param_decode()
This aligns eckey's parameter decoding routine with the one of other
cipher abstractions: better variable names, single exit and add missing
check for EVP_PKEY_assign_EC_KEY().
ok jsing
