diff options
Diffstat (limited to 'modules/benchmark/cryptohash.c')
-rw-r--r-- | modules/benchmark/cryptohash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/benchmark/cryptohash.c b/modules/benchmark/cryptohash.c index 99a19140..d97e85c7 100644 --- a/modules/benchmark/cryptohash.c +++ b/modules/benchmark/cryptohash.c @@ -55,7 +55,7 @@ static gpointer cryptohash_for(unsigned int start, unsigned int end, void *data, return NULL; } -static void +void benchmark_cryptohash(void) { gdouble elapsed = 0; |