aboutsummaryrefslogtreecommitdiffstats
path: root/src/hash/rmd160/rmd160.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/hash/rmd160/rmd160.h')
-rw-r--r--src/hash/rmd160/rmd160.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hash/rmd160/rmd160.h b/src/hash/rmd160/rmd160.h
index 5df4ad490..0e43fed9a 100644
--- a/src/hash/rmd160/rmd160.h
+++ b/src/hash/rmd160/rmd160.h
@@ -30,7 +30,7 @@ class BOTAN_DLL RIPEMD_160 : public MDx_HashFunction
void compress_n(const byte[], size_t blocks);
void copy_out(byte[]);
- SecureVector<u32bit> M, digest;
+ secure_vector<u32bit> M, digest;
};
}