aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/block/cast/cast128.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/block/cast/cast128.h')
-rw-r--r--src/lib/block/cast/cast128.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/block/cast/cast128.h b/src/lib/block/cast/cast128.h
index 2a0f4462a..491dd56f2 100644
--- a/src/lib/block/cast/cast128.h
+++ b/src/lib/block/cast/cast128.h
@@ -31,8 +31,8 @@ class BOTAN_DLL CAST_128 : public Block_Cipher_Fixed_Params<8, 11, 16>
static void cast_ks(secure_vector<u32bit>& ks,
secure_vector<u32bit>& user_key);
- secure_vector<u32bit> MK;
- secure_vector<byte> RK;
+ secure_vector<u32bit> m_MK;
+ secure_vector<byte> m_RK;
};
}