aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/block/blowfish/blowfish.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/block/blowfish/blowfish.h')
-rw-r--r--src/lib/block/blowfish/blowfish.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/block/blowfish/blowfish.h b/src/lib/block/blowfish/blowfish.h
index e1042465f..ef2ecc3c4 100644
--- a/src/lib/block/blowfish/blowfish.h
+++ b/src/lib/block/blowfish/blowfish.h
@@ -45,7 +45,7 @@ class BOTAN_DLL Blowfish : public Block_Cipher_Fixed_Params<8, 1, 56>
static const u32bit P_INIT[18];
static const u32bit S_INIT[1024];
- secure_vector<u32bit> S, P;
+ secure_vector<u32bit> m_S, m_P;
};
}