Fix for out of bounds exception
[mono.git] / mcs / class / corlib / System.Security.Cryptography / SHA256.cs
index 256ef971cd79f901224698240c3aa820f001f732..842a615e0cfdd1affe43e7a46b3c58b278c73ed3 100644 (file)
@@ -33,16 +33,10 @@ using System.Runtime.InteropServices;
 \r
 namespace System.Security.Cryptography {\r
 
-#if NET_2_0
        [ComVisible (true)]
-#endif
        public abstract class SHA256 : HashAlgorithm {\r
 
-#if NET_2_0
                protected SHA256 ()
-#else
-               public SHA256 ()
-#endif\r
                {\r
                        HashSizeValue = 256;\r
                }\r