aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/block/mars/mars.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/block/mars/mars.h')
-rw-r--r--src/lib/block/mars/mars.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/block/mars/mars.h b/src/lib/block/mars/mars.h
index 250fd2731..5d53f6e26 100644
--- a/src/lib/block/mars/mars.h
+++ b/src/lib/block/mars/mars.h
@@ -27,7 +27,7 @@ class BOTAN_DLL MARS : public Block_Cipher_Fixed_Params<16, 16, 32, 4>
private:
void key_schedule(const byte[], size_t) override;
- secure_vector<u32bit> EK;
+ secure_vector<u32bit> m_EK;
};
}