summaryrefslogtreecommitdiff
path: root/fipsalgt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'fipsalgt.cpp')
-rw-r--r--fipsalgt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/fipsalgt.cpp b/fipsalgt.cpp
index 79d7785..92c254f 100644
--- a/fipsalgt.cpp
+++ b/fipsalgt.cpp
@@ -1200,7 +1200,7 @@ protected:
Map2 m_data2;
int m_count;
- AutoSeededX917RNG<DES_EDE3> m_rng;
+ AutoSeededX917RNG<AES> m_rng;
std::vector<unsigned int> m_compactString;
};