CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/12/29 11:46:24
Modified files:
lib/libcrypto/ec: ec_ameth.c
Log message:
Rework eckey_priv_decode()
Factor out the pubkey computation and bring it into more sensible form.
This removes lots of pointless setting of errors (twice) and makes the
code a bit easier on the eyes. Other than that perform some stylistic
cleanup like single exit and add an error check for EVP_PKEY_assign().
ok jsing
