"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:40 +0000 (22:28 +0100)
commite3f009c595e8ab6441227f5264857762476a1017
tree058492a1c2a9c2737a79ecf5dea6e53baa6175f4
parentfbe3baa77393fa3a4e5897ebd5c3becc0e1c03d0
"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