aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO1
1 files changed, 1 insertions, 0 deletions
diff --git a/TODO b/TODO
index e6a664a14..f654d7afe 100644
--- a/TODO
+++ b/TODO
@@ -19,6 +19,7 @@ Util:
19* improve disk API [Nils] 19* improve disk API [Nils]
20* Windows: use events instead of pipes to signal select()s [Nils] 20* Windows: use events instead of pipes to signal select()s [Nils]
21* only connect() sockets that are ready (select()) 21* only connect() sockets that are ready (select())
22* crypto_hash: use libgcrypt (supports SHA-512 since 2003)
22 23
23TESTCASES WANTED: 24TESTCASES WANTED:
24For these functions, it would be nice if we had testcases ("make check") 25For these functions, it would be nice if we had testcases ("make check")