"EC_POINT_invert" was checking "dbl" function pointer instead of "invert".
authorBilly Brumley <bbrumley@gmail.com>
Mon, 21 Jul 2014 21:08:23 +0000 (22:08 +0100)
committerMatt Caswell <matt@openssl.org>
Mon, 21 Jul 2014 21:29:12 +0000 (22:29 +0100)
commitb6b96700170b796cb49e9452010d3abe43237ef7
treefbca0daa444f613192c18fb2dc1043cf3db70a86
parent469665f6586a2d7ddbe04e991738257ca2de8bd2
"EC_POINT_invert" was checking "dbl" function pointer instead of "invert".

PR#2569

Reviewed-by: Rich Salz <rsalz@openssl.org>
(cherry picked from commit cba11f57ce161fd301a72194827327128191de7e)
crypto/ec/ec_lib.c