Update of /cvsroot/pgsqlclient/pgsqlclient_10/PgSqlClient.Security.Tls/source/Handshake
In directory sc8-pr-cvs1:/tmp/cvs-serv26197
Modified Files:
TlsServerHello.cs
Log Message:
Minor change
Index: TlsServerHello.cs
===================================================================
RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/PgSqlClient.Security.Tls/source/Handshake/TlsServerHello.cs,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** TlsServerHello.cs 16 Sep 2003 12:29:08 -0000 1.4
--- TlsServerHello.cs 8 Oct 2003 16:32:46 -0000 1.5
***************
*** 50,56 ****
Session.SetSessionId(this.sessionId);
! Session.Context.ServerRandom = this.random;
Session.Context.Cipher = this.cipherSuite;
! Session.Context.CompressionMethod = this.compressionMethod;
Session.Context.Cipher.SessionState = Session.Context;
}
--- 50,56 ----
Session.SetSessionId(this.sessionId);
! Session.Context.ServerRandom = this.random;
Session.Context.Cipher = this.cipherSuite;
! Session.Context.CompressionMethod = this.compressionMethod;
Session.Context.Cipher.SessionState = Session.Context;
}
|