From b2f2c1f2c534d20cd06aed7717b19b8ab101e254 Mon Sep 17 00:00:00 2001 From: weidai Date: Thu, 15 May 2003 17:36:53 +0000 Subject: *** empty log message *** git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@67 57ff6487-cd31-0410-9ec3-f628ee90f5f0 --- dsa.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dsa.h') diff --git a/dsa.h b/dsa.h index 8aa252c..0628b18 100644 --- a/dsa.h +++ b/dsa.h @@ -25,7 +25,7 @@ const int MIN_DSA_PRIME_LENGTH = DSA::MIN_PRIME_LENGTH; const int MAX_DSA_PRIME_LENGTH = DSA::MAX_PRIME_LENGTH; const int DSA_PRIME_LENGTH_MULTIPLE = DSA::PRIME_LENGTH_MULTIPLE; -bool GenerateDSAPrimes(const byte *seed, unsigned int seedLength, int &counter, Integer &p, unsigned int primeLength, Integer &q) +inline bool GenerateDSAPrimes(const byte *seed, unsigned int seedLength, int &counter, Integer &p, unsigned int primeLength, Integer &q) {return DSA::GeneratePrimes(seed, seedLength, counter, p, primeLength, q);} #endif -- cgit v1.2.1