Skip to content
Snippets Groups Projects
Commit a34e99e3 authored by Niels Möller's avatar Niels Möller
Browse files

Deleted item on function typedefs.

Rev: nettle/TODO:1.2
parent d389105f
Branches
Tags
No related merge requests found
......@@ -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.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment