From a2ce04e87b454e744f887e8db791b8d69488b4bd Mon Sep 17 00:00:00 2001 From: Viktor Dukhovni Date: Thu, 10 Nov 2016 22:29:49 -0500 Subject: [PATCH] We're not in Texas anymore --- lib/hcrypto/rand-timer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/hcrypto/rand-timer.c b/lib/hcrypto/rand-timer.c index e3fd5d524..935a3a7ba 100644 --- a/lib/hcrypto/rand-timer.c +++ b/lib/hcrypto/rand-timer.c @@ -183,7 +183,7 @@ timer_status(void) #endif } -#if defined(__GUNC__) || (defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901) +#if defined(__GNUC__) || (defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901) const RAND_METHOD hc_rand_timer_method = { .seed = timer_seed, .bytes = timer_bytes,