Fix no-ec2m in ec_curve.c (1.1.0) OpenSSL_1_1_0-stable
authorNicola Tuveri <nic.tuv@gmail.com>
Wed, 11 Sep 2019 22:57:47 +0000 (01:57 +0300)
committerNicola Tuveri <nic.tuv@gmail.com>
Wed, 11 Sep 2019 23:08:27 +0000 (02:08 +0300)
commita3b54f0f5de1ad17889fd23aee7c230eefc300cd
tree4d23d5306e9a7b61ded6ac475c07bcec9d96a865
parent4eabf3d6541e83ae4443384ca3c4cf516930bfd8
Fix no-ec2m in ec_curve.c (1.1.0)

I made a mistake in d4a5dac9f9242c580fb9d0a4389440eccd3494a7 and
inverted the GF2m and GFp calls in ec_point_get_affine_coordinates, this
fixes it.

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9873)
crypto/ec/ec_curve.c