summaryrefslogtreecommitdiff
path: root/nbtheory.h
diff options
context:
space:
mode:
Diffstat (limited to 'nbtheory.h')
-rw-r--r--nbtheory.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/nbtheory.h b/nbtheory.h
index 43e8ebd..c89de6f 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<AlgorithmParameters<AlgorithmParameters<NullNameValuePairs, Integer::RandomNumberType>, Integer>, Integer>
- CRYPTOPP_API MakeParametersForTwoPrimesOfEqualSize(unsigned int productBitLength);
+CRYPTOPP_DLL AlgorithmParameters CRYPTOPP_API MakeParametersForTwoPrimesOfEqualSize(unsigned int productBitLength);
// ********** other number theoretic functions ************