Update of /cvsroot/pgsqlclient/pgsqlclient_10/Mono.Security.Protocol.Tls/Mono.Security.Protocol.Tls
In directory sc8-pr-cvs1:/tmp/cvs-serv31064
Modified Files:
SslClientStream.cs
Log Message:
Minor changes in code regions
Index: SslClientStream.cs
===================================================================
RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/Mono.Security.Protocol.Tls/Mono.Security.Protocol.Tls/SslClientStream.cs,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** SslClientStream.cs 7 Dec 2003 14:58:09 -0000 1.8
--- SslClientStream.cs 9 Dec 2003 19:19:04 -0000 1.9
***************
*** 605,609 ****
#endregion
! #region TLS_RECORD_METHODS
private byte[] receiveRecord()
--- 605,609 ----
#endregion
! #region TLS_RECEIVE_METHODS
private byte[] receiveRecord()
|