[pgsqlclient-checkins] pgsqlclient_10/PgSqlClient.Security.Tls/source/Cryptography/ASN1 ASN1.cs,1.1,
Status: Inactive
Brought to you by:
carlosga_fb
From: <car...@us...> - 2003-09-16 14:29:35
|
Update of /cvsroot/pgsqlclient/pgsqlclient_10/PgSqlClient.Security.Tls/source/Cryptography/ASN1 In directory sc8-pr-cvs1:/tmp/cvs-serv7797 Modified Files: ASN1.cs Log Message: Changed classes from public to internal Index: ASN1.cs =================================================================== RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/PgSqlClient.Security.Tls/source/Cryptography/ASN1/ASN1.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ASN1.cs 20 Aug 2003 11:50:47 -0000 1.1 --- ASN1.cs 16 Sep 2003 14:29:32 -0000 1.2 *************** *** 17,26 **** // http://www.itu.int/ITU-T/studygroups/com17/languages/ ! #if INSIDE_CORLIB ! internal ! #else ! public ! #endif ! class ASN1 { protected byte m_nTag; --- 17,21 ---- // http://www.itu.int/ITU-T/studygroups/com17/languages/ ! internal class ASN1 { protected byte m_nTag; |