From 1dde355843ce5d2023e56fe3a8ff142b9eebe76a Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 2 Jul 2012 14:06:05 +0000 Subject: adaptation of cryptlib for VS2010 git-svn-id: http://svn.miranda-ng.org/main/trunk@713 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/CryptoPP/cpp_rsau.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/CryptoPP/cpp_rsau.cpp') 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()); } -- cgit v1.2.3