[pgsqlclient-checkins] pgsqlclient_10/Mono.Security.Protocol.Tls/Mono.Security.Protocol.Tls/Mono.Sec
Status: Inactive
Brought to you by:
carlosga_fb
From: <car...@us...> - 2003-10-13 19:13:59
|
Update of /cvsroot/pgsqlclient/pgsqlclient_10/Mono.Security.Protocol.Tls/Mono.Security.Protocol.Tls/Mono.Security.Protocol.Tls.Handshake In directory sc8-pr-cvs1:/tmp/cvs-serv13925 Modified Files: TlsHandshakeMessage.cs Log Message: Added some improvements to the Handshake layer Index: TlsHandshakeMessage.cs =================================================================== RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/Mono.Security.Protocol.Tls/Mono.Security.Protocol.Tls/Mono.Security.Protocol.Tls.Handshake/TlsHandshakeMessage.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** TlsHandshakeMessage.cs 11 Oct 2003 10:08:57 -0000 1.1 --- TlsHandshakeMessage.cs 13 Oct 2003 19:13:55 -0000 1.2 *************** *** 28,32 **** { #warning "Think on change this for inherit from Stream" ! internal abstract class TlsHandshakeMessage { #region FIELDS --- 28,32 ---- { #warning "Think on change this for inherit from Stream" ! internal class TlsHandshakeMessage { #region FIELDS |