aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples/decrypt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'doc/examples/decrypt.cpp')
-rw-r--r--doc/examples/decrypt.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/examples/decrypt.cpp b/doc/examples/decrypt.cpp
index 7018e5f49..68d5f890b 100644
--- a/doc/examples/decrypt.cpp
+++ b/doc/examples/decrypt.cpp
@@ -35,6 +35,8 @@ int main(int argc, char* argv[])
return 1;
}
+ Botan::LibraryInitializer init;
+
std::string filename, passphrase;
for(int j = 1; argv[j] != 0; j++)