From fa25129ac981ceed9569496c02b83771b394fa40 Mon Sep 17 00:00:00 2001 From: weidai Date: Fri, 13 Feb 2009 12:18:26 +0000 Subject: port to Sun Studio 12's 64-bit C++ Compiler 5.9 Patch 124864-09 2008/12/16 --- nbtheory.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'nbtheory.h') diff --git a/nbtheory.h b/nbtheory.h index 43e8ebda..c89de6f9 100644 --- a/nbtheory.h +++ b/nbtheory.h @@ -56,8 +56,7 @@ CRYPTOPP_DLL bool CRYPTOPP_API FirstPrime(Integer &p, const Integer &max, const CRYPTOPP_DLL unsigned int CRYPTOPP_API PrimeSearchInterval(const Integer &max); -CRYPTOPP_DLL AlgorithmParameters, Integer>, Integer> - CRYPTOPP_API MakeParametersForTwoPrimesOfEqualSize(unsigned int productBitLength); +CRYPTOPP_DLL AlgorithmParameters CRYPTOPP_API MakeParametersForTwoPrimesOfEqualSize(unsigned int productBitLength); // ********** other number theoretic functions ************ -- cgit v1.2.1