From 519d434479d5df06b8b3997f358ee6aed91a8d75 Mon Sep 17 00:00:00 2001 From: Geoff Norton Date: Thu, 25 Mar 2010 22:17:02 +0000 Subject: [PATCH] We dont do MacOSX on MacOSX svn path=/trunk/mcs/; revision=154223 --- mcs/class/System/System.Net/ServicePointManager.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/mcs/class/System/System.Net/ServicePointManager.cs b/mcs/class/System/System.Net/ServicePointManager.cs index 034a5d0d5c6..f06544762de 100644 --- a/mcs/class/System/System.Net/ServicePointManager.cs +++ b/mcs/class/System/System.Net/ServicePointManager.cs @@ -438,7 +438,6 @@ namespace System.Net bool result = false; // No certificate root found means no mozroots or monotouch - if (Environment.OSVersion.Platform == PlatformID.MacOSX) { #if !MONOTOUCH if (System.IO.File.Exists (MSX.OSX509Certificates.SecurityLibrary)) { #endif @@ -463,7 +462,6 @@ namespace System.Net #if !MONOTOUCH } #endif - } if (policy != null && (!(policy is DefaultCertificatePolicy) || cb == null)) { ServicePoint sp = null; -- 2.25.1