"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:18:40 +0000 (22:18 +0100)
commitcba11f57ce161fd301a72194827327128191de7e
tree07d83d6bff781cb3830352b5849407e1a9463718
parent62352b8138018775a4c085a105fccd9cdcb6323f
"EC_POINT_invert" was checking "dbl" function pointer instead of "invert".

PR#2569

Reviewed-by: Rich Salz <rsalz@openssl.org>
crypto/ec/ec_lib.c