From 9c332d8d2a09782ebc773387556f85e63433cd1d Mon Sep 17 00:00:00 2001 From: "serg@serg.mylan" <> Date: Sat, 30 Apr 2005 19:48:45 +0200 Subject: yassl changeset 2: remove FIX_GCC_LINKING_PROBLEM and -DDEFINE_CXA_PURE_VIRTUAL replace echo in configure.in with AC_MSG_WARN/AC_MSG_ERROR don't set -DUSE_MYSYS_NEW for gcc 2.95 set $USE_MYSYS_NEW even if CXX is g++ yassl bugfixes instantiate all yassl templates explicitly --- extra/yassl/taocrypt/src/integer.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'extra/yassl/taocrypt/src/integer.cpp') diff --git a/extra/yassl/taocrypt/src/integer.cpp b/extra/yassl/taocrypt/src/integer.cpp index 513bf3e6b20..20a968d78e3 100644 --- a/extra/yassl/taocrypt/src/integer.cpp +++ b/extra/yassl/taocrypt/src/integer.cpp @@ -4172,3 +4172,12 @@ Integer CRT(const Integer &xp, const Integer &p, const Integer &xq, } // namespace +#ifdef __GNUC__ +template TaoCrypt::Integer TaoCrypt::StringToInteger(char const*); +template TaoCrypt::Integer TaoCrypt::StringToInteger(wchar_t const*); +template class TaoCrypt::EuclideanDomainOf; +template class TaoCrypt::AbstractEuclideanDomain; +template unsigned int TaoCrypt::DivideThreeWordsByTwo(unsigned int*, unsigned int, unsigned int, TaoCrypt::DWord*); +#endif + + -- cgit v1.2.1