summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorThomas Markwalder <tmark@isc.org>2017-12-11 07:19:43 -0500
committerThomas Markwalder <tmark@isc.org>2017-12-11 07:19:43 -0500
commite6ffc27f24321017a5ad9af3707f4e2e54bbac74 (patch)
tree9f778c0da2b716fb251ae18bc21be1afd5c4b340 /common
parent25e4af8b19035e566087414d7a179c7f0fd053b1 (diff)
downloadisc-dhcp-e6ffc27f24321017a5ad9af3707f4e2e54bbac74.tar.gz
[master] Adds key-algorithm statement to omshell
Merges in rt46771.
Diffstat (limited to 'common')
-rw-r--r--common/conflex.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/conflex.c b/common/conflex.c
index 8ce024af..045b655d 100644
--- a/common/conflex.c
+++ b/common/conflex.c
@@ -1104,6 +1104,8 @@ intern(char *atom, enum dhcp_token dfv) {
}
if (!strcasecmp (atom + 1, "ey"))
return KEY;
+ if (!strcasecmp (atom + 1, "ey-algorithm"))
+ return KEY_ALGORITHM;
break;
case 'l':
if (!strcasecmp (atom + 1, "case"))