Tweak EC_GROUP_check_discriminant()
authortb <tb@openbsd.org>
Wed, 26 Jul 2023 17:15:25 +0000 (17:15 +0000)
committertb <tb@openbsd.org>
Wed, 26 Jul 2023 17:15:25 +0000 (17:15 +0000)
commitef7ccb35eb805d27b660c47d455d58f1074ca645
tree440698c48442d16adbb118697692a348b7290caa
parentcff9103175051743efd2dc0b92087672120c1ab0
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
lib/libcrypto/ec/ecp_smpl.c