Add test for no change following an HRR
[openssl.git] / util / TLSProxy / Message.pm
index 3c198451646b0d9cfb7b40fabd5ff6a6ef177b9f..4cb594cfef2bca55c5855c4daa995390e0305a48 100644 (file)
@@ -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,
     # (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
 };
     #Unknown extension that should appear last
     EXT_FORCE_LAST => 0xffff
 };