Fix warning when compiling with no-ec2m
authorMatt Caswell <matt@openssl.org>
Thu, 9 Jul 2015 15:37:54 +0000 (16:37 +0100)
committerMatt Caswell <matt@openssl.org>
Mon, 3 Aug 2015 19:34:40 +0000 (20:34 +0100)
commit8d11b7c7ee84ad0aa243476088285d15b22c5470
treef874682ba327e0741e8e0fa4962b0bedb14d7de1
parent496dbe1855b486c39f42d673d56924d5f9ae3c78
Fix warning when compiling with no-ec2m

EC_KEY_set_public_key_affine_coordinates was using some variables that only
apply if OPENSSL_NO_EC2M is not defined.

Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
crypto/ec/ec_key.c