CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/05/24 14:06:32
Modified files:
lib/libcrypto/ec: ec_asn1.c
Log message:
Simplify ec_asn1_group2curve()
Don't try to reuse curve->seed to avoid an allocation. Free it
unconditionally and copy over the group->seed if it's available.
Use asn1_abs_set_unused_bits() instead of inlining it.
ok jsing
