aboutsummaryrefslogtreecommitdiffstats
path: root/src/hash/md2/md2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/hash/md2/md2.h')
-rw-r--r--src/hash/md2/md2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hash/md2/md2.h b/src/hash/md2/md2.h
index 84e0323f7..032d8a8e0 100644
--- a/src/hash/md2/md2.h
+++ b/src/hash/md2/md2.h
@@ -32,7 +32,7 @@ class BOTAN_DLL MD2 : public HashFunction
void hash(const byte[]);
void final_result(byte[]);
- SecureVector<byte> X, checksum, buffer;
+ secure_vector<byte> X, checksum, buffer;
size_t position;
};