diff options
Diffstat (limited to 'doc/examples/passhash.cpp')
-rw-r--r-- | doc/examples/passhash.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/examples/passhash.cpp b/doc/examples/passhash.cpp index 3cba3738f..7f5bbc2bb 100644 --- a/doc/examples/passhash.cpp +++ b/doc/examples/passhash.cpp @@ -20,6 +20,8 @@ int main(int argc, char* argv[]) return 1; } + Botan::LibraryInitializer init; + try { |