aboutsummaryrefslogtreecommitdiffstats
path: root/digest.c
diff options
context:
space:
mode:
Diffstat (limited to 'digest.c')
-rw-r--r--digest.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/digest.c b/digest.c
index c7302f6..d625d62 100644
--- a/digest.c
+++ b/digest.c
@@ -462,10 +462,8 @@ libkeccak_zerocopy_digest(struct libkeccak_state *restrict state, void *restrict
size_t bits, const char *restrict suffix, void *restrict hashsum)
{
unsigned char *restrict msg = msg_;
- auto unsigned char *restrict new;
register long int rr = state->r >> 3;
auto size_t suffix_len = suffix ? __builtin_strlen(suffix) : 0;
- register size_t ext;
register long int i;
if (!msg) {