"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:28:09 +0000 (22:28 +0100)
commit4ccc2c19e299741c8e0a8678a13f40e032709e9c
tree3923636db8d191569c56ffe7fa56d7e0829a8860
parentb5e611a973df5ed974dede2136d3967f10bfd605
"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