CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/02/08 15:25:03
Modified files:
lib/libssl/src/crypto/ec: ec2_mult.c ec2_oct.c ec2_smpl.c
ec_check.c ec_key.c ecp_nistp224.c
ecp_nistp256.c ecp_nistp521.c
ecp_oct.c ecp_smpl.c
Log message:
Use `> 0' instead of `!= 0' as a successful condition for
EC_POINT_is_at_infinity() and EC_POINT_is_on_curve(), for they may return -1
should an error arise.
ok doug@ jsing@
