summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)