aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-11-11 02:22:31 +0000
committerlloyd <[email protected]>2008-11-11 02:22:31 +0000
commit788e47caeff1588bec4a36f4644574b95eda1a7c (patch)
tree5ad4eddb2e0aef9ad64c08c4d186aa258b1f8535 /src
parent3605dab2bf5e27ca2af13a479ef3f0bff183241f (diff)
Update Library_State for new Algorithm_Factory constructor
Diffstat (limited to 'src')
-rw-r--r--src/libstate/libstate.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstate/libstate.cpp b/src/libstate/libstate.cpp
index 6da7ab284..531ae7735 100644
--- a/src/libstate/libstate.cpp
+++ b/src/libstate/libstate.cpp
@@ -267,7 +267,7 @@ void Library_State::initialize(bool thread_safe)
load_default_config();
- m_algorithm_factory = new Algorithm_Factory;
+ m_algorithm_factory = new Algorithm_Factory(*mutex_factory);
#if defined(BOTAN_HAS_ENGINE_GNU_MP)
m_algorithm_factory->add_engine(new GMP_Engine);