mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-04 01:15:07 -05:00
test: include CMAC keys in ntp_core unit test
This commit is contained in:
@@ -73,7 +73,7 @@ get_random_key_id(void)
|
||||
uint32_t id;
|
||||
|
||||
do {
|
||||
id = random() % 6 + 2;
|
||||
id = random() % 8 + 2;
|
||||
} while (!KEY_KeyKnown(id));
|
||||
|
||||
return id;
|
||||
|
||||
Reference in New Issue
Block a user