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

* testsuite/dsa-keygen-test.c: Deleted definition of UNUSED, it's

now in config.h.
* testsuite/rsa-keygen-test.c: Likewise.

Rev: src/nettle/testsuite/rsa-keygen-test.c:1.6
parent 2eb1003e
No related branches found
No related tags found
No related merge requests found
...@@ -2,12 +2,6 @@ ...@@ -2,12 +2,6 @@
#include "knuth-lfib.h" #include "knuth-lfib.h"
#if __GNUC__
# define UNUSED __attribute__ ((__unused__))
#else
# define UNUSED
#endif
static void static void
progress(void *ctx UNUSED, int c) progress(void *ctx UNUSED, int c)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment