aboutsummaryrefslogtreecommitdiff
path: root/sha256.h
diff options
context:
space:
mode:
Diffstat (limited to 'sha256.h')
-rw-r--r--sha256.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sha256.h b/sha256.h
index a01e416..e805293 100644
--- a/sha256.h
+++ b/sha256.h
@@ -11,7 +11,6 @@ typedef struct {
size_t buf_len;
uint32_t h[8];
- uint32_t w[64];
uint64_t num_bytes;
} sha256_t;