From 4e4793cc591e26c788b53c487bee7cab2d377f5e 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 git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@432 57ff6487-cd31-0410-9ec3-f628ee90f5f0 --- nbtheory.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'nbtheory.cpp') diff --git a/nbtheory.cpp b/nbtheory.cpp index fdc6e8f..77dd556 100644 --- a/nbtheory.cpp +++ b/nbtheory.cpp @@ -262,8 +262,7 @@ static inline bool FastProbablePrimeTest(const Integer &n) return IsStrongProbablePrime(n,2); } -AlgorithmParameters, Integer>, Integer> - MakeParametersForTwoPrimesOfEqualSize(unsigned int productBitLength) +AlgorithmParameters MakeParametersForTwoPrimesOfEqualSize(unsigned int productBitLength) { if (productBitLength < 16) throw InvalidArgument("invalid bit length"); -- cgit v1.2.1