diff options
author | jsing <> | 2014-05-15 11:25:59 +0000 |
---|---|---|
committer | jsing <> | 2014-05-15 11:25:59 +0000 |
commit | c7bee58156162d7faa5269011e51ac838785e058 (patch) | |
tree | 4078bf8f263de532edeec77893de1074e0ff73ae /src/lib/libcrypto/ec | |
parent | 8b25899b4c04e7b25fb2318b51b6390f9d5474e8 (diff) | |
download | openbsd-c7bee58156162d7faa5269011e51ac838785e058.tar.gz openbsd-c7bee58156162d7faa5269011e51ac838785e058.tar.bz2 openbsd-c7bee58156162d7faa5269011e51ac838785e058.zip |
Stop being a dummy... presumably these are left overs from pedantic mode
that were not wrapped with #if PEDANTIC.
ok miod@
Diffstat (limited to 'src/lib/libcrypto/ec')
-rw-r--r-- | src/lib/libcrypto/ec/ecp_nistp224.c | 2 | ||||
-rw-r--r-- | src/lib/libcrypto/ec/ecp_nistp256.c | 2 | ||||
-rw-r--r-- | src/lib/libcrypto/ec/ecp_nistp521.c | 2 | ||||
-rw-r--r-- | src/lib/libcrypto/ec/ecp_nistputil.c | 2 |
4 files changed, 0 insertions, 8 deletions
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) | |||
1697 | return 0; | 1697 | return 0; |
1698 | } | 1698 | } |
1699 | 1699 | ||
1700 | #else | ||
1701 | static void *dummy = &dummy; | ||
1702 | #endif | 1700 | #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) | |||
2243 | else | 2243 | else |
2244 | return 0; | 2244 | return 0; |
2245 | } | 2245 | } |
2246 | #else | ||
2247 | static void *dummy = &dummy; | ||
2248 | #endif | 2246 | #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) | |||
2117 | return 0; | 2117 | return 0; |
2118 | } | 2118 | } |
2119 | 2119 | ||
2120 | #else | ||
2121 | static void *dummy = &dummy; | ||
2122 | #endif | 2120 | #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 | |||
204 | *sign = s & 1; | 204 | *sign = s & 1; |
205 | *digit = d; | 205 | *digit = d; |
206 | } | 206 | } |
207 | #else | ||
208 | static void *dummy = &dummy; | ||
209 | #endif | 207 | #endif |