[Git][NTPsec/ntpsec][master] Fix typo on setting up NTS_nKEYS
Hal Murray (@hal.murray)
gitlab at mg.gitlab.com
Tue Apr 25 06:37:58 UTC 2023
Hal Murray pushed to branch master at NTPsec / ntpsec
Commits:
7b616388 by Hal Murray at 2023-04-22T01:54:47-07:00
Fix typo on setting up NTS_nKEYS
- - - - -
1 changed file:
- include/nts.h
Changes:
=====================================
include/nts.h
=====================================
@@ -102,11 +102,11 @@ struct NTS_Key {
uint8_t K[NTS_MAX_KEYLEN];
uint32_t I;
};
-#ifndef NTS_KEYS
+#ifndef NTS_nKEYS
#define NTS_nKEYS 10
#endif
extern struct NTS_Key nts_keys[NTS_nKEYS];
-extern int nts_nKeys;
+extern int nts_nKeys; /* for tester */
/* Client side configuration data for an NTS association
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/-/commit/7b6163885e040b97475a5612967e91ef2dde8d6c
--
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/-/commit/7b6163885e040b97475a5612967e91ef2dde8d6c
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20230425/07353c67/attachment.htm>
More information about the vc
mailing list