aboutsummaryrefslogtreecommitdiffstats
path: root/src/hash/keccak/keccak.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/hash/keccak/keccak.h')
-rw-r--r--src/hash/keccak/keccak.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/hash/keccak/keccak.h b/src/hash/keccak/keccak.h
index 1c6ec3122..17ae632ba 100644
--- a/src/hash/keccak/keccak.h
+++ b/src/hash/keccak/keccak.h
@@ -38,7 +38,6 @@ class BOTAN_DLL Keccak_1600 : public HashFunction
void final_result(byte out[]);
size_t output_bits, bitrate;
- byte diversifier;
SecureVector<u64bit> S;
size_t S_pos;
};