CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/07/03 03:25:44
Modified files:
lib/libcrypto/ec: ec_ameth.c
Log message:
Inline two copies of EC_GROUP_order_bits()
This code is way more complicated than it needs to be. Simplify. ec_bits()
was particularly stupid.
ok beck jsing
