summaryrefslogtreecommitdiff
path: root/osrng.h
diff options
context:
space:
mode:
Diffstat (limited to 'osrng.h')
-rw-r--r--osrng.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/osrng.h b/osrng.h
index 5f8ec44..c860cb2 100644
--- a/osrng.h
+++ b/osrng.h
@@ -112,8 +112,6 @@ private:
unsigned int m_counter;
};
-CRYPTOPP_DLL_TEMPLATE_CLASS AutoSeededX917RNG<DES_EDE3>;
-
template <class BLOCK_CIPHER>
void AutoSeededX917RNG<BLOCK_CIPHER>::Reseed(const byte *key, size_t keylength, const byte *seed, const byte *timeVector)
{
@@ -161,6 +159,8 @@ byte AutoSeededX917RNG<BLOCK_CIPHER>::GenerateByte()
return b;
}
+CRYPTOPP_DLL_TEMPLATE_CLASS AutoSeededX917RNG<DES_EDE3>;
+
NAMESPACE_END
#endif