diff options
Diffstat (limited to 'doc/examples/x509info.cpp')
-rw-r--r-- | doc/examples/x509info.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/examples/x509info.cpp b/doc/examples/x509info.cpp index 343628922..6694ab5e1 100644 --- a/doc/examples/x509info.cpp +++ b/doc/examples/x509info.cpp @@ -57,8 +57,6 @@ int main(int argc, char* argv[]) } try { - LibraryInitializer init; - X509_Certificate cert(argv[1]); std::cout << "Version: " << cert.x509_version() << std::endl; |