diff options
Diffstat (limited to 'src/KM_sha1.cpp')
| -rw-r--r-- | src/KM_sha1.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/KM_sha1.cpp b/src/KM_sha1.cpp index 2b7fdb9..33e4387 100644 --- a/src/KM_sha1.cpp +++ b/src/KM_sha1.cpp @@ -55,7 +55,6 @@ SHA1Transform( } CHAR64LONG16; ui32_t a, b, c, d, e; - size_t i; CHAR64LONG16 block[1]; /* use array to appear as a pointer */ block[0].q[0] = reinterpret_cast<const CHAR64LONG16*>(buffer)->q[0]; |
