summaryrefslogtreecommitdiff
path: root/includes
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 /includes
parent25e4af8b19035e566087414d7a179c7f0fd053b1 (diff)
downloadisc-dhcp-e6ffc27f24321017a5ad9af3707f4e2e54bbac74.tar.gz
[master] Adds key-algorithm statement to omshell
Merges in rt46771.
Diffstat (limited to 'includes')
-rw-r--r--includes/dhctoken.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/includes/dhctoken.h b/includes/dhctoken.h
index e9675147..5920f4ff 100644
--- a/includes/dhctoken.h
+++ b/includes/dhctoken.h
@@ -375,7 +375,8 @@ enum dhcp_token {
TOKEN_BIG_ENDIAN = 675,
LEASE_ID_FORMAT = 676,
TOKEN_HEX = 677,
- TOKEN_OCTAL = 678
+ TOKEN_OCTAL = 678,
+ KEY_ALGORITHM = 679
};
#define is_identifier(x) ((x) >= FIRST_TOKEN && \