summaryrefslogtreecommitdiffstats
path: root/apps/pkcs8.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-09-11 11:02:52 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-09-11 11:02:52 +0000
commit08882ac5beec0d1c64b56c5c2e6dbc1153cecd72 (patch)
treecaff3e3fcbc621597a36a07cf9eb4d4920e30d95 /apps/pkcs8.c
parent1fc3ac806d7bc25ac477325a668b234a589b9556 (diff)
PR: 2038
Submitted by: Artem Chuprina <ran@cryptocom.ru> Approved by: steve@openssl.org Avoid double call to BIO_free().
Diffstat (limited to 'apps/pkcs8.c')
-rw-r--r--apps/pkcs8.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/pkcs8.c b/apps/pkcs8.c
index 43ff86d4f7..c93ce7734d 100644
--- a/apps/pkcs8.c
+++ b/apps/pkcs8.c
@@ -275,7 +275,6 @@ int MAIN(int argc, char **argv)
}
if (topk8)
{
- BIO_free(in); /* Not needed in this section */
pkey = load_key(bio_err, infile, informat, 1,
passin, e, "key");
if (!pkey)