summaryrefslogtreecommitdiff
path: root/plugins/CryptoPP/crypto/pubkey.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/CryptoPP/crypto/pubkey.h')
-rw-r--r--plugins/CryptoPP/crypto/pubkey.h2
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);
}
};
};