2009-05-06 Lluis Sanchez Gual <lluis@novell.com>
[mono.git] / mcs / class / corlib / System.Security.Cryptography / SHA384.cs
index 4ede5d50edf0be854f01a522877fd9d9378a6f31..23265a908ddfdb2e00d8e2b752d5951cdf5e0c16 100644 (file)
@@ -29,6 +29,8 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
+#if !NET_2_1
+
 using System.Runtime.InteropServices;
 \r
 namespace System.Security.Cryptography {\r
@@ -58,3 +60,5 @@ namespace System.Security.Cryptography {
                }\r
        }\r
 }\r
+#endif
+