diff options
author | lloyd <[email protected]> | 2007-12-24 20:57:31 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2007-12-24 20:57:31 +0000 |
commit | eff9a5f8056f9556d28902871e129a6f2f076e51 (patch) | |
tree | 2c0a218510837e6ff112e1fa709b6e6c4a3f4e49 /doc/examples/pkcs10.cpp | |
parent | 1ea96f920373b411ae08c9c9141845f2e4a96efc (diff) | |
parent | 769e503fd8e4cf0f3072e04afffb61db5b48d777 (diff) |
merge of '3d9e9476c5b2a2ee125eee7e0dd10bfe460d0546'
and '9fe0310805932b889bdfa17c9213f2b97d47ab6a'
Diffstat (limited to 'doc/examples/pkcs10.cpp')
-rw-r--r-- | doc/examples/pkcs10.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/examples/pkcs10.cpp b/doc/examples/pkcs10.cpp index 4639353df..a4f6efb04 100644 --- a/doc/examples/pkcs10.cpp +++ b/doc/examples/pkcs10.cpp @@ -26,8 +26,6 @@ int main(int argc, char* argv[]) } try { - LibraryInitializer init; - RSA_PrivateKey priv_key(1024); // If you want a DSA key instead of RSA, comment out the above line and // uncomment this one: |