Submitted by: Artem Chuprina <ran@cryptocom.ru>
Approved by: steve@openssl.org

Avoid double call to BIO_free().
This commit is contained in:
Dr. Stephen Henson 2009-09-11 11:02:52 +00:00
parent 1fc3ac806d
commit 08882ac5be

View file

@ -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)