CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/07/26 11:15:25
Modified files:
lib/libcrypto/ec: ecp_smpl.c
Log message:
Tweak EC_GROUP_check_discriminant()
Make the logic and control flow a bit more explicit and use a single
extra variable for computing the discriminant. Call it discriminant,
not tmp, tmp_1 or tmp_2.
ok jsing
