From 15db3eab5933e4aebf13cb4dc3c5e8dda0c968d7 Mon Sep 17 00:00:00 2001 From: Karel Miko Date: Tue, 21 Mar 2017 20:04:02 +0100 Subject: [PATCH] fix travis failure --- testprof/x86_prof.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/testprof/x86_prof.c b/testprof/x86_prof.c index 2d4700f..fe203a0 100644 --- a/testprof/x86_prof.c +++ b/testprof/x86_prof.c @@ -322,7 +322,9 @@ static unsigned long my_test_rng(unsigned char *buf, unsigned long len, void reg_algs(void) { +#ifdef LTC_PRNG_ENABLE_LTC_RNG unsigned long before; +#endif int err; atexit(_unregister_all);