CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/01/25 03:27:58
Modified files:
lib/libcrypto/ec: ec_asn1.c
Log message:
Simplify ec_asn1_group2fieldid()
The field_type is always NID_X9_62_prime_field, no need to encode and
retrieve this from the group method.
ok jsing
