aboutsummaryrefslogtreecommitdiffstats
path: root/src/constructs/srp6/srp6_files.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/constructs/srp6/srp6_files.cpp')
-rw-r--r--src/constructs/srp6/srp6_files.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/constructs/srp6/srp6_files.cpp b/src/constructs/srp6/srp6_files.cpp
index 2d685614f..bc321745f 100644
--- a/src/constructs/srp6/srp6_files.cpp
+++ b/src/constructs/srp6/srp6_files.cpp
@@ -51,7 +51,7 @@ SRP6_Authenticator_File::SRP6_Authenticator_File(const std::string& filename)
bool SRP6_Authenticator_File::lookup_user(const std::string& username,
BigInt& v,
- MemoryVector<byte>& salt,
+ MemoryRegion<byte>& salt,
std::string& group_id) const
{
std::map<std::string, SRP6_Data>::const_iterator i = entries.find(username);