Merge pull request #1612 from esdrubal/socketsh
[mono.git] / mcs / class / System.Security / System.Security.Cryptography.Pkcs / RecipientInfo.cs
old mode 100755 (executable)
new mode 100644 (file)
index 3f1489f..eecbcc5
@@ -2,11 +2,10 @@
 // RecipientInfo.cs - System.Security.Cryptography.Pkcs.RecipientInfo
 //
 // Author:
-//     Sebastien Pouliot (spouliot@motus.com)
+//     Sebastien Pouliot  <sebastien@ximian.com>
 //
 // (C) 2003 Motus Technologies Inc. (http://www.motus.com)
-//
-
+// Copyright (C) 2004 Novell Inc. (http://www.novell.com)
 //
 // Permission is hereby granted, free of charge, to any person obtaining
 // a copy of this software and associated documentation files (the
@@ -28,7 +27,7 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
+#if SECURITY_DEP
 
 using System;
 
@@ -40,9 +39,6 @@ namespace System.Security.Cryptography.Pkcs {
 
                // constructors
 
-               protected RecipientInfo () {}
-
-
                // documented as protected at http://longhorn.msdn.microsoft.com
                // but not present in the 1.2 beta SDK
                internal RecipientInfo (RecipientInfoType recipInfoType) 
@@ -66,4 +62,4 @@ namespace System.Security.Cryptography.Pkcs {
        }
 }
 
-#endif
\ No newline at end of file
+#endif