From b6959b978f2240f19b71f12d22184f9f47610602 Mon Sep 17 00:00:00 2001 From: weidai Date: Tue, 29 Jun 2010 02:46:17 +0000 Subject: rename "cryptdll" project to "cryptopp" fix compile errors on MSVC 2010 git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@497 57ff6487-cd31-0410-9ec3-f628ee90f5f0 --- pubkey.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pubkey.h') diff --git a/pubkey.h b/pubkey.h index bdf0035..3a3f3bc 100644 --- a/pubkey.h +++ b/pubkey.h @@ -240,7 +240,7 @@ public: { static HashIdentifier CRYPTOPP_API Lookup() { - return HashIdentifier(NULL, 0); + return HashIdentifier((const byte *)NULL, 0); } }; }; -- cgit v1.2.1