CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/11/08 14:53:54
Modified files:
lib/libcrypto/ec: ec_key.c
Log message:
Clean up EC_KEY_new_by_curve_name()
Use a better variable name, simpler error handling. This could be
simplified further if we decide to have an ec_key_set0_group() that
avoids a copy.
ok beck jsing
