CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/11/05 01:56:57
Modified files:
lib/libcrypto/ec: ec_key.c ec_lib.c ecp_smpl.c
Log message:
EC_POINT_is_at_infinity() returns a boolean
This may have been different at some point in the past, but it may also
have been a confusion with EC_POINT_is_on_curve() which, like any great
API with a name implying a boolean return, actually has three possible
return values.
ok jsing
