diff options
author | Øystein Heskestad <oystein.heskestad@qt.io> | 2022-02-23 16:38:07 +0100 |
---|---|---|
committer | Øystein Heskestad <oystein.heskestad@qt.io> | 2022-02-23 16:38:07 +0100 |
commit | 9c4eab03c4a9796ab44c12ec6ebbd15a55efd606 (patch) | |
tree | 1c4b47be3edd634c5673a844b8a110f4544cd9fb | |
parent | Fix use of install_name_tool: rewrote incorrect, non-existing file (diff) | |
download | libkeccak-9c4eab03c4a9796ab44c12ec6ebbd15a55efd606.tar.gz libkeccak-9c4eab03c4a9796ab44c12ec6ebbd15a55efd606.tar.bz2 libkeccak-9c4eab03c4a9796ab44c12ec6ebbd15a55efd606.tar.xz |
Remove unused variables from libkeccak_zerocopy_digest
-rw-r--r-- | digest.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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) { |