From 58d9f812c149943cc18bd5b926b22fcc7b9b8b27 Mon Sep 17 00:00:00 2001 From: weidai Date: Fri, 25 Jul 2003 00:15:52 +0000 Subject: fix bugs in 64-bit CPU support git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@112 57ff6487-cd31-0410-9ec3-f628ee90f5f0 --- nbtheory.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nbtheory.h') diff --git a/nbtheory.h b/nbtheory.h index cb953f2..c731c50 100644 --- a/nbtheory.h +++ b/nbtheory.h @@ -9,7 +9,7 @@ NAMESPACE_BEGIN(CryptoPP) // obtain pointer to small prime table and get its size -CRYPTOPP_DLL const word * GetPrimeTable(unsigned int &size); +CRYPTOPP_DLL const word16 * GetPrimeTable(unsigned int &size); // ************ primality testing **************** -- cgit v1.2.1