[bugfix]667855 - Fix handling of oracle raw data types sanely.
[mono.git] / mcs / class / Mono.Security / Mono.Security.Cryptography / SHA224Managed.cs
index 5fa0bd180cbb5935a7ef4936b28aabcee8f8467b..b7000b8997082e99f6ece7d12960f3d67506e68a 100644 (file)
@@ -36,7 +36,7 @@ namespace Mono.Security.Cryptography {
        public class SHA224Managed : SHA224 {
 
                private const int BLOCK_SIZE_BYTES =  64;
-               private const int HASH_SIZE_BYTES  =  32;
+
                private uint[] _H;
                private ulong count;
                private byte[] _ProcessingBuffer;   // Used to start data when passed less than a block worth.