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>
Tue, 4 Aug 2015 09:52:09 +0000 (10:52 +0100)
commit507ea77b82f99af8cdae22bebb49fb2772d95330
tree674588b44a678e1849033175ab558c3d49d343f8
parent556803fc3d0c3a957056665d0eef1c6c80cf556e
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>
(cherry picked from commit 8d11b7c7ee84ad0aa243476088285d15b22c5470)
crypto/ec/ec_key.c