diff options
Diffstat (limited to 'plugins/CryptoPP/cpp_rsau.cpp')
-rw-r--r-- | plugins/CryptoPP/cpp_rsau.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CryptoPP/cpp_rsau.cpp b/plugins/CryptoPP/cpp_rsau.cpp index be8e499ed1..e9ad825dd0 100644 --- a/plugins/CryptoPP/cpp_rsau.cpp +++ b/plugins/CryptoPP/cpp_rsau.cpp @@ -103,7 +103,7 @@ int str2int(string& s) { string hash(string& b)
{
- return hash((PBYTE)b.data(),b.length());
+ return ::hash((PBYTE)b.data(),b.length());
}
|