dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] CVS: pnetlib/runtime/System/Security/Cryptography


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/runtime/System/Security/Cryptography/X509Certificates X509Certificate.cs,1.2,1.3
Date: Wed, 28 May 2003 21:22:44 -0400

Update of 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Security/Cryptography/X509Certificates
In directory 
subversions:/tmp/cvs-serv18917/runtime/System/Security/Cryptography/X509Certificates

Modified Files:
        X509Certificate.cs 
Log Message:


Add new profile options - CONFIG_COM_INTEROP, CONFIG_CODEDOM,
CONFIG_CRYPTO, CONFIG_X509_CERTIFICATES.


Index: X509Certificate.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Security/Cryptography/X509Certificates/X509Certificate.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** X509Certificate.cs  23 Apr 2003 05:39:50 -0000      1.2
--- X509Certificate.cs  29 May 2003 01:22:41 -0000      1.3
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System;
--- 23,27 ----
  {
  
! #if CONFIG_X509_CERTIFICATES
  
  using System;
***************
*** 363,367 ****
  }; // class X509Certificate
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.Security.Cryptography.X509Certificates
--- 363,367 ----
  }; // class X509Certificate
  
! #endif // CONFIG_X509_CERTIFICATES
  
  }; // namespace System.Security.Cryptography.X509Certificates





reply via email to

[Prev in Thread] Current Thread [Next in Thread]