Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/System/System.Security.Cryptography.X509Certificates/X509ChainStatus.cs')
-rw-r--r--mcs/class/System/System.Security.Cryptography.X509Certificates/X509ChainStatus.cs6
1 files changed, 2 insertions, 4 deletions
diff --git a/mcs/class/System/System.Security.Cryptography.X509Certificates/X509ChainStatus.cs b/mcs/class/System/System.Security.Cryptography.X509Certificates/X509ChainStatus.cs
index 982e50f0289..7f4d6701300 100644
--- a/mcs/class/System/System.Security.Cryptography.X509Certificates/X509ChainStatus.cs
+++ b/mcs/class/System/System.Security.Cryptography.X509Certificates/X509ChainStatus.cs
@@ -28,9 +28,7 @@
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
//
-#if NET_2_0
-
-using System;
+#if NET_2_0 && SECURITY_DEP
namespace System.Security.Cryptography.X509Certificates {
@@ -55,4 +53,4 @@ namespace System.Security.Cryptography.X509Certificates {
}
}
-#endif \ No newline at end of file
+#endif