aboutsummaryrefslogtreecommitdiffstats
path: root/src/block/safer/safer_sk.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/block/safer/safer_sk.h')
-rw-r--r--src/block/safer/safer_sk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/block/safer/safer_sk.h b/src/block/safer/safer_sk.h
index 564ea5c50..cf8ad90f7 100644
--- a/src/block/safer/safer_sk.h
+++ b/src/block/safer/safer_sk.h
@@ -34,7 +34,7 @@ class BOTAN_DLL SAFER_SK : public Block_Cipher_Fixed_Params<8, 16>
size_t get_rounds() const { return (EK.size() - 8) / 16; }
void key_schedule(const byte[], size_t);
- SecureVector<byte> EK;
+ secure_vector<byte> EK;
};
}