Recent changes from 0.9.7-stable.

This commit is contained in:
Richard Levitte
2003-09-27 10:13:11 +00:00
parent 899ffab2c9
commit 2fe7c59277
3 changed files with 7 additions and 1 deletions

View File

@@ -474,6 +474,11 @@ void SSL_free(SSL *s)
if (s->method != NULL) s->method->ssl_free(s);
#ifndef OPENSSL_NO_KRB5
if (s->kssl_ctx != NULL)
kssl_ctx_free(s->kssl_ctx);
#endif /* OPENSSL_NO_KRB5 */
OPENSSL_free(s);
}