summaryrefslogtreecommitdiff
path: root/pubkey.h
diff options
context:
space:
mode:
authorweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2010-06-29 02:46:17 +0000
committerweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2010-06-29 02:46:17 +0000
commitb6959b978f2240f19b71f12d22184f9f47610602 (patch)
treed9a35e39c3f1405ae31a2a09189e2ad68e604817 /pubkey.h
parent934ca4bd322d6d7626204fdc0d811861cc1dd278 (diff)
downloadcryptopp-b6959b978f2240f19b71f12d22184f9f47610602.tar.gz
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
Diffstat (limited to 'pubkey.h')
-rw-r--r--pubkey.h2
1 files changed, 1 insertions, 1 deletions
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);
}
};
};