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/crypto/pubkey.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/crypto/pubkey.h')
-rw-r--r-- | plugins/CryptoPP/crypto/pubkey.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CryptoPP/crypto/pubkey.h b/plugins/CryptoPP/crypto/pubkey.h index 0d45ea3c13..51743ef797 100644 --- a/plugins/CryptoPP/crypto/pubkey.h +++ b/plugins/CryptoPP/crypto/pubkey.h @@ -240,7 +240,7 @@ public: {
static HashIdentifier CRYPTOPP_API Lookup()
{
- return HashIdentifier(NULL, 0);
+ return HashIdentifier((const byte*)NULL, 0);
}
};
};
|