mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-05 03:15:06 -05:00
nts: improve NTS-KE server/client code
Add more assertions and comments, refactor initialization of the helper, and make other changes to make the code more robust.
This commit is contained in:
@@ -126,7 +126,8 @@ test_unit(void)
|
||||
LCL_Initialise();
|
||||
TST_RegisterDummyDrivers();
|
||||
SCH_Initialise();
|
||||
NKS_Initialise(0);
|
||||
NKS_PreInitialise(0, 0, 0);
|
||||
NKS_Initialise();
|
||||
NNS_Initialise();
|
||||
|
||||
for (i = 0; i < 50000; i++) {
|
||||
|
||||
Reference in New Issue
Block a user