CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/01/25 03:30:17
Modified files:
lib/libcrypto/ec: eck_prn.c
Log message:
Simplify ecpk_print_explicit_parameters()
At this point the NID is always NID_X9_62_prime_field, so we can use
SN_X9_62_prime_field directly rather than getting the field type from
the method and then converting the nid to an sn with OBJ_nid2sn().
ok jsing
