diff options
Diffstat (limited to 'doc/examples/rsa_kgen.cpp')
-rw-r--r-- | doc/examples/rsa_kgen.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/examples/rsa_kgen.cpp b/doc/examples/rsa_kgen.cpp index 210eca52c..e57f60c06 100644 --- a/doc/examples/rsa_kgen.cpp +++ b/doc/examples/rsa_kgen.cpp @@ -42,7 +42,6 @@ int main(int argc, char* argv[]) try { - LibraryInitializer init; RSA_PrivateKey key(bits); pub << X509::PEM_encode(key); |