This commit is contained in:
Dr. Stephen Henson 2003-01-09 16:54:21 +00:00
parent ad200a864e
commit 09ad2458b8

View File

@ -1645,7 +1645,7 @@ err:
if (ret) ERR_print_errors(bio_err);
app_RAND_write_file(randfile, bio_err);
if (free_key & key)
if (free_key && key)
OPENSSL_free(key);
BN_free(serial);
TXT_DB_free(db);