diff options
Diffstat (limited to 'doc/examples/hash.cpp')
-rw-r--r-- | doc/examples/hash.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/examples/hash.cpp b/doc/examples/hash.cpp index a97cd6082..7c9500160 100644 --- a/doc/examples/hash.cpp +++ b/doc/examples/hash.cpp @@ -22,8 +22,6 @@ int main(int argc, char* argv[]) return 1; } - Botan::LibraryInitializer init; - std::string hash = argv[1]; /* a couple of special cases, kind of a crock */ if(hash == "sha1") hash = "SHA-1"; |