Change the trust and purpose code so it doesn't need init

either and has a static and dynamic mix.
This commit is contained in:
Dr. Stephen Henson
1999-12-02 02:33:56 +00:00
parent 08cba61011
commit dd4134101f
18 changed files with 420 additions and 385 deletions

View File

@@ -718,7 +718,6 @@ bad:
ret=0;
end:
if (ctx != NULL) SSL_CTX_free(ctx);
X509_cleanup();
if (bio_s_out != NULL)
{
BIO_free(bio_s_out);