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:
authorSebastien Pouliot <sebastien@xamarin.com>2011-07-20 05:39:48 +0400
committerRodrigo Kumpera <kumpera@gmail.com>2012-11-07 20:56:24 +0400
commit3a4876210d9f419a7e9f6557dd40f0a5516a9f3b (patch)
tree615218fd5928b6fe04954af5cb9deab36efc36df /mcs/class/System/System.Security.Cryptography.X509Certificates
parent62bd4ea232bad223e6199e5de2671b9c33bcca9f (diff)
Get better linker results when doing full-aot wrt the cryptographic stack
Diffstat (limited to 'mcs/class/System/System.Security.Cryptography.X509Certificates')
-rw-r--r--mcs/class/System/System.Security.Cryptography.X509Certificates/X509ExtensionCollection.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/System/System.Security.Cryptography.X509Certificates/X509ExtensionCollection.cs b/mcs/class/System/System.Security.Cryptography.X509Certificates/X509ExtensionCollection.cs
index 0013d96d9c7..948633d00d5 100644
--- a/mcs/class/System/System.Security.Cryptography.X509Certificates/X509ExtensionCollection.cs
+++ b/mcs/class/System/System.Security.Cryptography.X509Certificates/X509ExtensionCollection.cs
@@ -68,7 +68,7 @@ namespace System.Security.Cryptography.X509Certificates {
raw_data = value [0].GetBytes ();
X509Extension newt = null;
-#if MOONLIGHT
+#if MOONLIGHT || FULL_AOT_RUNTIME
// non-extensible
switch (oid) {
case "2.5.29.14":