diff options
Diffstat (limited to 'lib/libcrypto/ec/ecp_nistp256.c')
-rw-r--r-- | lib/libcrypto/ec/ecp_nistp256.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libcrypto/ec/ecp_nistp256.c b/lib/libcrypto/ec/ecp_nistp256.c index 85f370caddd..558c29c5ba2 100644 --- a/lib/libcrypto/ec/ecp_nistp256.c +++ b/lib/libcrypto/ec/ecp_nistp256.c @@ -2243,6 +2243,4 @@ ec_GFp_nistp256_have_precompute_mult(const EC_GROUP * group) else return 0; } -#else -static void *dummy = &dummy; #endif |