diff options
Diffstat (limited to 'ot_udp.c')
| -rw-r--r-- | ot_udp.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -28,7 +28,7 @@ static uint32_t g_rijndael_round_key[44] = {0}; | |||
| 28 | static uint32_t g_key_of_the_hour[2] = {0}; | 28 | static uint32_t g_key_of_the_hour[2] = {0}; |
| 29 | static ot_time g_hour_of_the_key; | 29 | static ot_time g_hour_of_the_key; |
| 30 | 30 | ||
| 31 | static void udp_generate_rijndael_round_key() { | 31 | static void udp_generate_rijndael_round_key(void) { |
| 32 | uint32_t key[16]; | 32 | uint32_t key[16]; |
| 33 | #ifdef WANT_ARC4RANDOM | 33 | #ifdef WANT_ARC4RANDOM |
| 34 | arc4random_buf(&key[0], sizeof(key)); | 34 | arc4random_buf(&key[0], sizeof(key)); |
