From e1d9e533b5a6e64146778eefee9691cfc03a8733 Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Fri, 22 Dec 2006 15:47:01 +0000 Subject: [PATCH] Oops! New prototype code creeped through... --- crypto/sha/sha.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/sha/sha.h b/crypto/sha/sha.h index 5a023d52b9..16cacf9fc0 100644 --- a/crypto/sha/sha.h +++ b/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; -- 2.25.1