Update of /cvsroot/pgsqlclient/pgsqlclient_10/Mono.Security/Mono.Security/Mono.Security.Protocol.Tls
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25406
Modified Files:
RecordProtocol.cs
Log Message:
Updated build file
Index: RecordProtocol.cs
===================================================================
RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/Mono.Security/Mono.Security/Mono.Security.Protocol.Tls/RecordProtocol.cs,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** RecordProtocol.cs 17 Nov 2004 13:50:23 -0000 1.21
--- RecordProtocol.cs 23 Nov 2004 14:15:33 -0000 1.22
***************
*** 255,259 ****
// Updated the LastHandshake message
! this.context.LastHandshakeMsg = HandshakeType.ClientHello;
this.context.ProtocolNegotiated = true;
--- 255,259 ----
// Updated the LastHandshake message
! this.context.LastHandshakeMsg = HandshakeType.ClientHello;
this.context.ProtocolNegotiated = true;
|