make sha256/512 binary compatible with the libc version which we now use.

This commit is contained in:
christos 2009-07-20 15:34:49 +00:00
parent c9c3cfbcf5
commit 9610bc301c
1 changed files with 0 additions and 2 deletions

View File

@ -136,7 +136,6 @@ typedef struct SHA256state_st
SHA_LONG h[8];
SHA_LONG Nl,Nh;
SHA_LONG data[SHA_LBLOCK];
unsigned int num,md_len;
} SHA256_CTX;
#ifndef OPENSSL_NO_SHA256
@ -182,7 +181,6 @@ typedef struct SHA512state_st
SHA_LONG64 d[SHA_LBLOCK];
unsigned char p[SHA512_CBLOCK];
} u;
unsigned int num,md_len;
} SHA512_CTX;
#endif