summaryrefslogtreecommitdiff
path: root/tests/rng-fork.c
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2017-05-31 11:36:30 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2017-05-31 14:51:46 +0200
commitababbc44817748ceef79198cecddcc59341510d3 (patch)
treee31efe4453ba4c34cc719f2407f47d5718a0fc17 /tests/rng-fork.c
parentdbbbb05cbe9f09e1ac6a700761988095ee428c11 (diff)
downloadgnutls-ababbc44817748ceef79198cecddcc59341510d3.tar.gz
tests: eliminated build warnings
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
Diffstat (limited to 'tests/rng-fork.c')
-rw-r--r--tests/rng-fork.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/rng-fork.c b/tests/rng-fork.c
index 2b3683b7c1..1083085c99 100644
--- a/tests/rng-fork.c
+++ b/tests/rng-fork.c
@@ -54,7 +54,6 @@ void doit(void)
unsigned char buf1[64];
unsigned char buf2[64];
pid_t pid;
- unsigned char *tmp;
int ret;
FILE *fp;
unsigned i;