summaryrefslogtreecommitdiffstats
path: root/util/perl/checkhandshake.pm
diff options
context:
space:
mode:
Diffstat (limited to 'util/perl/checkhandshake.pm')
-rw-r--r--util/perl/checkhandshake.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/util/perl/checkhandshake.pm b/util/perl/checkhandshake.pm
index e1667d5705..2f4a296ad8 100644
--- a/util/perl/checkhandshake.pm
+++ b/util/perl/checkhandshake.pm
@@ -53,7 +53,8 @@ use constant {
KEY_SHARE_SRV_EXTENSION => 0x00020000,
PSK_KEX_MODES_EXTENSION => 0x00040000,
KEY_SHARE_HRR_EXTENSION => 0x00080000,
- SUPPORTED_GROUPS_SRV_EXTENSION => 0x00100000
+ SUPPORTED_GROUPS_SRV_EXTENSION => 0x00100000,
+ POST_HANDSHAKE_AUTH_CLI_EXTENSION => 0x00200000
};
our @handmessages = ();