Browse Source

Oops! New prototype code creeped through...

Andy Polyakov 17 years ago
parent
commit
e1d9e533b5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      crypto/sha/sha.h

+ 1 - 1
crypto/sha/sha.h

@@ -99,7 +99,7 @@ extern "C" {
 
 typedef struct SHAstate_st
 	{
-	SHA_LONG h[5];
+	SHA_LONG h0,h1,h2,h3,h4;
 	SHA_LONG Nl,Nh;
 	SHA_LONG data[SHA_LBLOCK];
 	unsigned int num;