Module Name: src
Committed By: christos
Date: Mon Jul 20 15:34:49 UTC 2009
Modified Files:
src/crypto/external/bsd/openssl/dist/crypto/sha: sha.h
Log Message:
make sha256/512 binary compatible with the libc version which we now use.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 \
src/crypto/external/bsd/openssl/dist/crypto/sha/sha.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/crypto/external/bsd/openssl/dist/crypto/sha/sha.h
diff -u src/crypto/external/bsd/openssl/dist/crypto/sha/sha.h:1.2 src/crypto/external/bsd/openssl/dist/crypto/sha/sha.h:1.3
--- src/crypto/external/bsd/openssl/dist/crypto/sha/sha.h:1.2 Sun Jul 19 19:30:41 2009
+++ src/crypto/external/bsd/openssl/dist/crypto/sha/sha.h Mon Jul 20 11:34:49 2009
@@ -136,7 +136,6 @@
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 @@
SHA_LONG64 d[SHA_LBLOCK];
unsigned char p[SHA512_CBLOCK];
} u;
- unsigned int num,md_len;
} SHA512_CTX;
#endif