Don't Free() password if it was read from config file.

This commit is contained in:
Dr. Stephen Henson 2000-03-09 01:03:44 +00:00
parent 97853bd5c1
commit e743a5134e

View File

@ -878,8 +878,8 @@ end:
EVP_PKEY_free(pkey);
X509_REQ_free(req);
X509_free(x509ss);
if(passin) Free(passin);
if(passout) Free(passout);
if(passargin && passin) Free(passin);
if(passargout && passout) Free(passout);
OBJ_cleanup();
#ifndef NO_DSA
if (dsa_params != NULL) DSA_free(dsa_params);