From 72fce1ebf137e1a33bd39d221b79da1234d62cb9 Mon Sep 17 00:00:00 2001 From: lloyd Date: Sun, 7 Oct 2007 23:55:19 +0000 Subject: If the LibraryInitializer is created with just default arguments, don't bother creating it, just let it be initialized lazily when needed. Reindents in encypt.cpp and hash_fd.cpp (indenting the brace after a try statement). --- doc/examples/dsa_kgen.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'doc/examples/dsa_kgen.cpp') diff --git a/doc/examples/dsa_kgen.cpp b/doc/examples/dsa_kgen.cpp index 2e42c06b7..3dc55a443 100644 --- a/doc/examples/dsa_kgen.cpp +++ b/doc/examples/dsa_kgen.cpp @@ -40,8 +40,6 @@ int main(int argc, char* argv[]) } try { - LibraryInitializer init; - DSA_PrivateKey key(DL_Group("dsa/jce/1024")); pub << X509::PEM_encode(key); -- cgit v1.2.3