Typo.
This commit is contained in:
parent
ad200a864e
commit
09ad2458b8
@ -1645,7 +1645,7 @@ err:
|
|||||||
|
|
||||||
if (ret) ERR_print_errors(bio_err);
|
if (ret) ERR_print_errors(bio_err);
|
||||||
app_RAND_write_file(randfile, bio_err);
|
app_RAND_write_file(randfile, bio_err);
|
||||||
if (free_key & key)
|
if (free_key && key)
|
||||||
OPENSSL_free(key);
|
OPENSSL_free(key);
|
||||||
BN_free(serial);
|
BN_free(serial);
|
||||||
TXT_DB_free(db);
|
TXT_DB_free(db);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user