Removed old file
[mono.git] / mcs / class / Mono.Security / Mono.Security.Protocol.Tls / TlsContentType.cs
index 58f79b07bfcf21b46b60a9b6eb9d77201d5000b0..7d7e9b2b0d28ce180fb76f5c90de1731b0ca8c13 100644 (file)
@@ -1,5 +1,5 @@
 /* Transport Security Layer (TLS)
- * Copyright (c) 2003 Carlos Guzmán Álvarez
+ * Copyright (c) 2003-2004 Carlos Guzman Alvarez
  * 
  * Permission is hereby granted, free of charge, to any person 
  * obtaining a copy of this software and associated documentation 
@@ -32,6 +32,5 @@ namespace Mono.Security.Protocol.Tls
                Alert                           = 21,
                Handshake                       = 22,
                ApplicationData         = 23,
-               Unknown                         = 255
        }
 }