diff options
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libcrypto/ec/ectest.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/ec/ectest.c b/src/lib/libcrypto/ec/ectest.c index 243cd83fb5..eab46cc080 100644 --- a/src/lib/libcrypto/ec/ectest.c +++ b/src/lib/libcrypto/ec/ectest.c | |||
| @@ -75,8 +75,8 @@ int main(int argc, char * argv[]) { puts("Elliptic curves are disabled."); retur | |||
| 75 | exit(1); \ | 75 | exit(1); \ |
| 76 | } while (0) | 76 | } while (0) |
| 77 | 77 | ||
| 78 | 78 | #if 0 | |
| 79 | void timings(EC_GROUP *group, int multi, BN_CTX *ctx) | 79 | static void timings(EC_GROUP *group, int multi, BN_CTX *ctx) |
| 80 | { | 80 | { |
| 81 | clock_t clck; | 81 | clock_t clck; |
| 82 | int i, j; | 82 | int i, j; |
| @@ -138,7 +138,7 @@ void timings(EC_GROUP *group, int multi, BN_CTX *ctx) | |||
| 138 | BN_free(s); | 138 | BN_free(s); |
| 139 | BN_free(s0); | 139 | BN_free(s0); |
| 140 | } | 140 | } |
| 141 | 141 | #endif | |
| 142 | 142 | ||
| 143 | int main(int argc, char *argv[]) | 143 | int main(int argc, char *argv[]) |
| 144 | { | 144 | { |
