]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Deleted item on function typedefs.
authorNiels Möller <nisse@lysator.liu.se>
Mon, 11 Jul 2011 13:56:35 +0000 (15:56 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Mon, 11 Jul 2011 13:56:35 +0000 (15:56 +0200)
Rev: nettle/TODO:1.2

TODO

diff --git a/TODO b/TODO
index 4d788b1f0a82da47afd8f2966f3a332e33f49ed8..20b05a5d8536097d2b1f341a439f83be455b8575 100644 (file)
--- a/TODO
+++ b/TODO
@@ -13,17 +13,5 @@ and CFB. Suggested by Rafael 'Dido' Sevilla. References:
 
 Valgrind reports errors on the des-compat test program. Investigate.
 
-
-Change the convention for declaring function pointers. Instead of for
-example
-
-  typedef void *
-  nettle_realloc_func(void *ctx, void *p, unsigned length);
-
-use
-
-  typedef void
-  nettle_realloc_func(void *ctx, void *p, unsigned length);
-
 The make rules for building position independent *_p.o files doesn't
 get dependencies right.