aboutsummaryrefslogtreecommitdiffstats
path: root/src/block/rc6/rc6.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/block/rc6/rc6.h')
-rw-r--r--src/block/rc6/rc6.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/block/rc6/rc6.h b/src/block/rc6/rc6.h
index af7b62316..d3270daf7 100644
--- a/src/block/rc6/rc6.h
+++ b/src/block/rc6/rc6.h
@@ -29,7 +29,7 @@ class BOTAN_DLL RC6 : public Block_Cipher_Fixed_Params<16, 1, 32>
private:
void key_schedule(const byte[], size_t);
- SecureVector<u32bit> S;
+ secure_vector<u32bit> S;
};
}