aboutsummaryrefslogtreecommitdiff
path: root/src/util/test_crypto_ecc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/test_crypto_ecc.c')
-rw-r--r--src/util/test_crypto_ecc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/util/test_crypto_ecc.c b/src/util/test_crypto_ecc.c
index 00d264e0f..bb5fb002f 100644
--- a/src/util/test_crypto_ecc.c
+++ b/src/util/test_crypto_ecc.c
@@ -166,9 +166,9 @@ testSignPerformance ()
166 continue; 166 continue;
167 } 167 }
168 } 168 }
169 printf ("%d ECC sign operations %llu ms\n", ITER, 169 printf ("%d ECC sign operations %s\n", ITER,
170 (unsigned long long) 170 GNUNET_STRINGS_relative_time_to_string (GNUNET_TIME_absolute_get_duration (start),
171 GNUNET_TIME_absolute_get_duration (start).rel_value); 171 GNUNET_YES));
172 return ok; 172 return ok;
173} 173}
174#endif 174#endif