Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
block-sha1: get rid of redundant 'lenW' context
[gitweb.git]
/
block-sha1
/
sha1.h
diff --git
a/block-sha1/sha1.h
b/block-sha1/sha1.h
index 7be2d93a2a150b5c54e1d7192eefb5f0f0a8f1cf..c1ae74d3dab1686a886d145fc0fb9bf4c9b669c9 100644
(file)
--- a/
block-sha1/sha1.h
+++ b/
block-sha1/sha1.h
@@
-7,7
+7,6
@@
typedef struct {
unsigned int H[5];
unsigned int W[16];
- int lenW;
unsigned long long size;
} blk_SHA_CTX;