aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples/rsa_manykey.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'doc/examples/rsa_manykey.cpp')
-rw-r--r--doc/examples/rsa_manykey.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/examples/rsa_manykey.cpp b/doc/examples/rsa_manykey.cpp
index 9d27634de..4122bc8ef 100644
--- a/doc/examples/rsa_manykey.cpp
+++ b/doc/examples/rsa_manykey.cpp
@@ -15,6 +15,8 @@ using namespace Botan;
int main()
{
+ Botan::LibraryInitializer init;
+
AutoSeeded_RNG rng;
for(u32bit j = 512; j <= 8192; j += 256)