From e9d37af78a9841a51389dac461bd102dd84591a6 Mon Sep 17 00:00:00 2001 From: Tomas Lindquist Olsen Date: Wed, 7 May 2008 05:45:25 +0200 Subject: [PATCH] [svn r195] fixed some tango bugs (tango ticket 1093). --- tango/tango/io/digest/Sha01.d | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tango/tango/io/digest/Sha01.d b/tango/tango/io/digest/Sha01.d index 8fdf6300..11969cbb 100644 --- a/tango/tango/io/digest/Sha01.d +++ b/tango/tango/io/digest/Sha01.d @@ -162,7 +162,7 @@ package abstract class Sha01 : MerkleDamgard ***********************************************************************/ - private static const uint[] K = + protected static const uint[] K = [ 0x5A827999, 0x6ED9EBA1, @@ -174,7 +174,7 @@ package abstract class Sha01 : MerkleDamgard ***********************************************************************/ - private static const uint[5] initial = + protected static const uint[5] initial = [ 0x67452301, 0xEFCDAB89,