aboutsummaryrefslogtreecommitdiffstats
path: root/src/cipher/turing/turing.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cipher/turing/turing.h')
-rw-r--r--src/cipher/turing/turing.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cipher/turing/turing.h b/src/cipher/turing/turing.h
index 14b2e6fd6..a73d08d07 100644
--- a/src/cipher/turing/turing.h
+++ b/src/cipher/turing/turing.h
@@ -32,7 +32,6 @@ class BOTAN_DLL Turing : public StreamCipher
static const u32bit Q_BOX[256];
static const byte SBOX[256];
- static const byte OFFSETS[272];
SecureBuffer<u32bit, 256> S0, S1, S2, S3;
SecureBuffer<u32bit, 17> R;