CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/06/27 01:28:57
Modified files:
lib/libcrypto/ec: ec_asn1.c
Log message:
Simplify EC_GROUP_get_basis_type()
The remaining EC_METHODs in libcrypto all have a field type of
NID_X9_62_prime_field, so this function always returns 0. Make
that more obvious.
ok jsing
