"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:35 +0000 (22:29 +0100)
commit8c387e62b2b0e7a073520a2cd705490268db5a99
tree40772b26cf43c0c9e78663fbe3d3f3faf9d74285
parenta117329c5a91c0ceae33ac7e877bb49e80db5e2b
"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