From 113c8b845890ab77c9f7ff5486485585103e9005 Mon Sep 17 00:00:00 2001 From: jsing <> Date: Thu, 15 May 2014 11:25:59 +0000 Subject: Stop being a dummy... presumably these are left overs from pedantic mode that were not wrapped with #if PEDANTIC. ok miod@ --- src/lib/libcrypto/ec/ecp_nistp224.c | 2 -- src/lib/libcrypto/ec/ecp_nistp256.c | 2 -- src/lib/libcrypto/ec/ecp_nistp521.c | 2 -- src/lib/libcrypto/ec/ecp_nistputil.c | 2 -- 4 files changed, 8 deletions(-) (limited to 'src/lib/libcrypto/ec') diff --git a/src/lib/libcrypto/ec/ecp_nistp224.c b/src/lib/libcrypto/ec/ecp_nistp224.c index 29ff2fc1f1..bd8f65b097 100644 --- a/src/lib/libcrypto/ec/ecp_nistp224.c +++ b/src/lib/libcrypto/ec/ecp_nistp224.c @@ -1697,6 +1697,4 @@ ec_GFp_nistp224_have_precompute_mult(const EC_GROUP * group) return 0; } -#else -static void *dummy = &dummy; #endif diff --git a/src/lib/libcrypto/ec/ecp_nistp256.c b/src/lib/libcrypto/ec/ecp_nistp256.c index 85f370cadd..558c29c5ba 100644 --- a/src/lib/libcrypto/ec/ecp_nistp256.c +++ b/src/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 diff --git a/src/lib/libcrypto/ec/ecp_nistp521.c b/src/lib/libcrypto/ec/ecp_nistp521.c index fab2224345..0c40f08346 100644 --- a/src/lib/libcrypto/ec/ecp_nistp521.c +++ b/src/lib/libcrypto/ec/ecp_nistp521.c @@ -2117,6 +2117,4 @@ ec_GFp_nistp521_have_precompute_mult(const EC_GROUP * group) return 0; } -#else -static void *dummy = &dummy; #endif diff --git a/src/lib/libcrypto/ec/ecp_nistputil.c b/src/lib/libcrypto/ec/ecp_nistputil.c index 28fecf8b6e..efd6f368c1 100644 --- a/src/lib/libcrypto/ec/ecp_nistputil.c +++ b/src/lib/libcrypto/ec/ecp_nistputil.c @@ -204,6 +204,4 @@ ec_GFp_nistp_recode_scalar_bits(unsigned char *sign, unsigned char *digit, unsig *sign = s & 1; *digit = d; } -#else -static void *dummy = &dummy; #endif -- cgit v1.2.3-55-g6feb