diff --git a/apps/pkcs8.c b/apps/pkcs8.c index 43ff86d4f..c93ce7734 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)