aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples/bzip.cpp
diff options
context:
space:
mode:
authorlloyd <[email protected]>2009-03-17 02:46:01 +0000
committerlloyd <[email protected]>2009-03-17 02:46:01 +0000
commitb14127fc125dbbfc841ef8248bc797896dd2223f (patch)
treee7fff446bf8c577361b48a85066d006872989501 /doc/examples/bzip.cpp
parent92e1cc72da0315a5de8536265f2ef928d0e526c6 (diff)
Add LibraryInitializers to the examples, instead of relying on lazy init.
Patch from David X Callaway.
Diffstat (limited to 'doc/examples/bzip.cpp')
-rw-r--r--doc/examples/bzip.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/examples/bzip.cpp b/doc/examples/bzip.cpp
index 1abe4d309..02252fb94 100644
--- a/doc/examples/bzip.cpp
+++ b/doc/examples/bzip.cpp
@@ -27,6 +27,7 @@ int main(int argc, char* argv[])
return 1;
}
+ Botan::LibraryInitializer init;
std::vector<std::string> files;
bool decompress = false, small = false;