2008-06-26 Sebastien Pouliot <sebastien@ximian.com>
[mono.git] / mcs / class / System / System.Security.Cryptography.X509Certificates / X509ChainElementEnumerator.cs
index ca4a636b83b981a702ff2a1cd7d890b78b722ab0..6d23c1e7a39b8daec50498d8c11d15a54386e4b9 100644 (file)
@@ -28,9 +28,8 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
+#if NET_2_0 && SECURITY_DEP
 
-using System;
 using System.Collections;
 
 namespace System.Security.Cryptography.X509Certificates {
@@ -70,4 +69,4 @@ namespace System.Security.Cryptography.X509Certificates {
        }
 }
 
-#endif
\ No newline at end of file
+#endif