Update of /cvsroot/pgsqlclient/pgsqlclient_10/Mono.Security/Mono.Security/Mono.Security.Protocol.Tls.Handshake.Client
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2466
Modified Files:
TlsClientKeyExchange.cs
Log Message:
Indentation change
Index: TlsClientKeyExchange.cs
===================================================================
RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/Mono.Security/Mono.Security/Mono.Security.Protocol.Tls.Handshake.Client/TlsClientKeyExchange.cs,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** TlsClientKeyExchange.cs 3 Mar 2004 16:14:40 -0000 1.3
--- TlsClientKeyExchange.cs 4 Mar 2004 15:39:45 -0000 1.4
***************
*** 34,39 ****
public TlsClientKeyExchange (Context context) :
! base(context,
! HandshakeType.ClientKeyExchange)
{
}
--- 34,38 ----
public TlsClientKeyExchange (Context context) :
! base(context, HandshakeType.ClientKeyExchange)
{
}
|