diff options
author | George Hazan <george.hazan@gmail.com> | 2012-07-02 14:06:05 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-07-02 14:06:05 +0000 |
commit | 1dde355843ce5d2023e56fe3a8ff142b9eebe76a (patch) | |
tree | 3b479e52864d101c8d5785cb3c2c2b522d5504b8 /plugins/CryptoPP/cpp_rsau.h | |
parent | 960bb20ccd3c375bcfc8b642fcbe89feaf143b22 (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.h')
-rw-r--r-- | plugins/CryptoPP/cpp_rsau.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CryptoPP/cpp_rsau.h b/plugins/CryptoPP/cpp_rsau.h index ae41e64def..0e30629079 100644 --- a/plugins/CryptoPP/cpp_rsau.h +++ b/plugins/CryptoPP/cpp_rsau.h @@ -88,7 +88,7 @@ string hash256(LPSTR); string hash256(PBYTE,int);
Integer BinaryToInteger(const string&);
-string IntegerToBinary(const Integer&);
+string IntegerToBinary(const Integer&);
AutoSeededRandomPool& GlobalRNG();
|