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

*** empty log message ***

Rev: src/nettle/TODO:1.7
parent 6d3ab43a
No related branches found
No related tags found
No related merge requests found
......@@ -16,3 +16,15 @@ Improve sexp_Format to accept literals, like "n" in
sexp_format(buffer, "(n%b)", n);
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);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment