X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem%2FSystem.Security.Cryptography.X509Certificates%2FX509KeyUsageExtension.cs;h=a4b2af18ee00a444946b9fc3d56ad49dc23f4782;hb=0be292818eb53868d1cfe4956ab3a033480d22c7;hp=69f56faece63dbe338571f442ab2d699588fd65c;hpb=e946a6cdebde729e1c03ec374184254ab38da184;p=mono.git diff --git a/mcs/class/System/System.Security.Cryptography.X509Certificates/X509KeyUsageExtension.cs b/mcs/class/System/System.Security.Cryptography.X509Certificates/X509KeyUsageExtension.cs index 69f56faece6..a4b2af18ee0 100644 --- a/mcs/class/System/System.Security.Cryptography.X509Certificates/X509KeyUsageExtension.cs +++ b/mcs/class/System/System.Security.Cryptography.X509Certificates/X509KeyUsageExtension.cs @@ -30,7 +30,7 @@ #if SECURITY_DEP -#if MONOTOUCH +#if MONOTOUCH || MONODROID using Mono.Security; #else extern alias MonoSecurity;