Skip to content

Commit

Permalink
We're not in Texas anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
Viktor Dukhovni committed Nov 11, 2016
1 parent 545b5b4 commit a2ce04e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/hcrypto/rand-timer.c
Expand Up @@ -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,
Expand Down

0 comments on commit a2ce04e

Please sign in to comment.