summaryrefslogtreecommitdiff
path: root/plugins/CryptoPP/cpp_rsau.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2012-07-02 14:06:05 +0000
committerGeorge Hazan <george.hazan@gmail.com>2012-07-02 14:06:05 +0000
commit1dde355843ce5d2023e56fe3a8ff142b9eebe76a (patch)
tree3b479e52864d101c8d5785cb3c2c2b522d5504b8 /plugins/CryptoPP/cpp_rsau.cpp
parent960bb20ccd3c375bcfc8b642fcbe89feaf143b22 (diff)
adaptation of cryptlib for VS2010
git-svn-id: http://svn.miranda-ng.org/main/trunk@713 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/CryptoPP/cpp_rsau.cpp')
-rw-r--r--plugins/CryptoPP/cpp_rsau.cpp2
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());
}