Oops! New prototype code creeped through...
[openssl.git] / crypto / sha / sha.h
index 5a023d52b994dd63f4f3f8391c39fe0589d529e9..16cacf9fc01b2733e337493864769ec11e16478f 100644 (file)
@@ -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;