PR: 2038
Submitted by: Artem Chuprina <ran@cryptocom.ru> Approved by: steve@openssl.org Avoid double call to BIO_free().
This commit is contained in:
parent
1fc3ac806d
commit
08882ac5be
1 changed files with 0 additions and 1 deletions
|
@ -275,7 +275,6 @@ int MAIN(int argc, char **argv)
|
||||||
}
|
}
|
||||||
if (topk8)
|
if (topk8)
|
||||||
{
|
{
|
||||||
BIO_free(in); /* Not needed in this section */
|
|
||||||
pkey = load_key(bio_err, infile, informat, 1,
|
pkey = load_key(bio_err, infile, informat, 1,
|
||||||
passin, e, "key");
|
passin, e, "key");
|
||||||
if (!pkey)
|
if (!pkey)
|
||||||
|
|
Loading…
Reference in a new issue