MinGW
[oweals/gnunet.git] / src / util / test_crypto_hash.c
index 97ef4ec885baf12a69c0f3a39a1b67026bfe415d..b650355c09ce67f2b99ab19d6615928fd8a9f242 100644 (file)
@@ -124,7 +124,7 @@ file_hasher (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
 {
   GNUNET_CRYPTO_hash_file (tc->sched,
                            GNUNET_SCHEDULER_PRIORITY_DEFAULT,
-                           GNUNET_NO, FILENAME, 1024, &finished_task, cls);
+                           FILENAME, 1024, &finished_task, cls);
 }