summaryrefslogtreecommitdiffstats
path: root/apps/pkcs8.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-09-11 11:03:31 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-09-11 11:03:31 +0000
commite7209103e697da428922c132e89181674bb87bf3 (patch)
tree9cf94d8c61268ba2d309f5359f92362911f8ccb7 /apps/pkcs8.c
parent53f062d0503e4f18e0a08c172df17c5ce5049e7a (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)