changeset 179:c853a8a04cdc trunk

[svn r195] fixed some tango bugs (tango ticket 1093).
author lindquist
date Wed, 07 May 2008 05:45:25 +0200
parents 8873b7f1457e
children 90522b72128a
files tango/tango/io/digest/Sha01.d
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/tango/tango/io/digest/Sha01.d	Wed May 07 05:02:48 2008 +0200
+++ b/tango/tango/io/digest/Sha01.d	Wed May 07 05:45:25 2008 +0200
@@ -162,7 +162,7 @@
 
         ***********************************************************************/
 
-        private static const uint[] K =
+        protected static const uint[] K =
         [
                 0x5A827999,
                 0x6ED9EBA1,
@@ -174,7 +174,7 @@
 
         ***********************************************************************/
 
-        private static const uint[5] initial =
+        protected static const uint[5] initial =
         [
                 0x67452301,
                 0xEFCDAB89,