summaryrefslogtreecommitdiffstats
path: root/crypto/sha
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2006-12-22 15:47:01 +0000
committerAndy Polyakov <appro@openssl.org>2006-12-22 15:47:01 +0000
commite1d9e533b5a6e64146778eefee9691cfc03a8733 (patch)
tree0257ad25aae02851b0c820bf474cfc6491080818 /crypto/sha
parentf946dd7198f66d48ae178023f107bf99c399b78d (diff)
Oops! New prototype code creeped through...
Diffstat (limited to 'crypto/sha')
-rw-r--r--crypto/sha/sha.h2
1 files changed, 1 insertions, 1 deletions
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;