]> granicus.if.org Git - openssl/commit
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:47:54 +0000 (10:47 +0100)
commit5438e17de05cfd383790c63bd5770945ac1ccc7f
treeb384979dfb288c19ed757641e9bfe0b43c0c45b7
parent49cc3f4038d81ffdad95c9e49e72bc497f4d3954
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