aboutsummaryrefslogtreecommitdiff
path: root/ntpd/keyword-gen.c
diff options
context:
space:
mode:
Diffstat (limited to 'ntpd/keyword-gen.c')
-rw-r--r--ntpd/keyword-gen.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ntpd/keyword-gen.c b/ntpd/keyword-gen.c
index 2e7f62129f6d..648b3ae01bc3 100644
--- a/ntpd/keyword-gen.c
+++ b/ntpd/keyword-gen.c
@@ -199,8 +199,9 @@ struct key_tok ntp_keywords[] = {
{ "bclient", T_Bclient, FOLLBY_TOKEN },
{ "calibrate", T_Calibrate, FOLLBY_TOKEN },
{ "kernel", T_Kernel, FOLLBY_TOKEN },
-{ "ntp", T_Ntp, FOLLBY_TOKEN },
{ "mode7", T_Mode7, FOLLBY_TOKEN },
+{ "ntp", T_Ntp, FOLLBY_TOKEN },
+{ "peer_clear_digest_early", T_PCEdigest, FOLLBY_TOKEN },
{ "stats", T_Stats, FOLLBY_TOKEN },
{ "unpeer_crypto_early", T_UEcrypto, FOLLBY_TOKEN },
{ "unpeer_crypto_nak_early", T_UEcryptonak, FOLLBY_TOKEN },