summaryrefslogtreecommitdiffstats
path: root/util/TLSProxy/Message.pm
diff options
context:
space:
mode:
Diffstat (limited to 'util/TLSProxy/Message.pm')
-rw-r--r--util/TLSProxy/Message.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/TLSProxy/Message.pm b/util/TLSProxy/Message.pm
index 3c19845164..4cb594cfef 100644
--- a/util/TLSProxy/Message.pm
+++ b/util/TLSProxy/Message.pm
@@ -86,6 +86,7 @@ use constant {
# (i.e. not read), and even then only when enabled. We use it to test
# handling of duplicate extensions.
EXT_DUPLICATE_EXTENSION => 0xfde8,
+ EXT_UNKNOWN => 0xfffe,
#Unknown extension that should appear last
EXT_FORCE_LAST => 0xffff
};