diff --git a/lib/hcrypto/rand-fortuna.c b/lib/hcrypto/rand-fortuna.c index 76c9a6055..529bf8f30 100644 --- a/lib/hcrypto/rand-fortuna.c +++ b/lib/hcrypto/rand-fortuna.c @@ -622,7 +622,7 @@ fortuna_status(void) return result ? 1 : 0; } -#if defined(__GUNC__) || (defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901) +#if defined(__GNUC__) || (defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901) const RAND_METHOD hc_rand_fortuna_method = { .seed = fortuna_seed, .bytes = fortuna_bytes,