Merge pull request #409 from Alkarex/patch-1
[mono.git] / mcs / class / corlib / System.Security.Cryptography / MD5.cs
index 4871d2bc17b80dd961b6c29041685e73412cd015..4d41fc7a2114ec5cda3d0cd38d58537f2579551a 100644 (file)
@@ -44,7 +44,11 @@ namespace System.Security.Cryptography {
        \r
                public static new MD5 Create () \r
                {\r
+#if FULL_AOT_RUNTIME
+                       return new System.Security.Cryptography.MD5CryptoServiceProvider ();
+#else
                        return Create ("System.Security.Cryptography.MD5");\r
+#endif
                }\r
 \r
                public static new MD5 Create (string algName) \r