2003-10-18 Sebastien Pouliot <spouliot@videotron.ca>
authorSebastien Pouliot <sebastien@ximian.com>
Sat, 18 Oct 2003 17:23:49 +0000 (17:23 -0000)
committerSebastien Pouliot <sebastien@ximian.com>
Sat, 18 Oct 2003 17:23:49 +0000 (17:23 -0000)
* StrongName.cs: Oops, forgot the INSIDE_CORLIB to mark class as internal.

svn path=/trunk/mcs/; revision=19173

mcs/class/corlib/Mono.Security/StrongName.cs

index c8475ae231f1333015bde113f81630b4068e3bf2..16c066f4d5eaf20cdb7f63584401c852d365494c 100755 (executable)
@@ -15,7 +15,12 @@ using Mono.Security.Cryptography;
 
 namespace Mono.Security {
 
-       public class StrongName {
+#if INSIDE_CORLIB
+       internal
+#else
+       public
+#endif
+       class StrongName {
 
                internal class StrongNameSignature {
                        private byte[] hash;