From b14127fc125dbbfc841ef8248bc797896dd2223f Mon Sep 17 00:00:00 2001 From: lloyd Date: Tue, 17 Mar 2009 02:46:01 +0000 Subject: Add LibraryInitializers to the examples, instead of relying on lazy init. Patch from David X Callaway. --- doc/examples/cms_dec.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/examples/cms_dec.cpp') diff --git a/doc/examples/cms_dec.cpp b/doc/examples/cms_dec.cpp index f35d63fa6..3fa285395 100644 --- a/doc/examples/cms_dec.cpp +++ b/doc/examples/cms_dec.cpp @@ -14,7 +14,7 @@ int main(int argc, char* argv[]) return 1; } - LibraryInitializer init; + Botan::LibraryInitializer init; try { AutoSeeded_RNG rng; -- cgit v1.2.3