1 files changed, 2 insertions, 4 deletions
diff --git a/crypto/src/crypto/tls/ExtensionType.cs b/crypto/src/crypto/tls/ExtensionType.cs
index 4e265c358..929c134d5 100644
--- a/crypto/src/crypto/tls/ExtensionType.cs
+++ b/crypto/src/crypto/tls/ExtensionType.cs
@@ -49,11 +49,9 @@ namespace Org.BouncyCastle.Crypto.Tls
public const int session_ticket = 35;
/*
- * draft-gutmann-tls-encrypt-then-mac-05
- *
- * NOTE: This value has not yet been reserved by the IETF
+ * draft-ietf-tls-encrypt-then-mac-03
*/
- public static readonly int encrypt_then_mac = 66;
+ public const int encrypt_then_mac = 22;
/*
* RFC 5746 3.2.
|