From: Andy Polyakov Date: Fri, 22 Dec 2006 15:47:01 +0000 (+0000) Subject: Oops! New prototype code creeped through... X-Git-Tag: OpenSSL_0_9_8k^2~1020 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e1d9e533b5a6e64146778eefee9691cfc03a8733;p=oweals%2Fopenssl.git Oops! New prototype code creeped through... --- 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;