[pgsqlclient-checkins] pgsqlclient_10/PgSqlClient.Security.Tls/source TlsSocket.cs,1.11,1.12
Status: Inactive
Brought to you by:
carlosga_fb
|
From: <car...@us...> - 2003-10-10 15:41:12
|
Update of /cvsroot/pgsqlclient/pgsqlclient_10/PgSqlClient.Security.Tls/source In directory sc8-pr-cvs1:/tmp/cvs-serv12942 Modified Files: TlsSocket.cs Log Message: Updated files Index: TlsSocket.cs =================================================================== RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/PgSqlClient.Security.Tls/source/TlsSocket.cs,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** TlsSocket.cs 9 Oct 2003 19:50:34 -0000 1.11 --- TlsSocket.cs 10 Oct 2003 15:41:06 -0000 1.12 *************** *** 27,30 **** --- 27,31 ---- using System.Security.Tls.Alerts; using System.Security.Tls.Handshake; + using System.Security.Tls.Handshake.Client; namespace System.Security.Tls |