Move peer chain to SSL_SESSION structure.

Reviewed-by: Richard Levitte <levitte@openssl.org>
This commit is contained in:
Dr. Stephen Henson
2015-06-21 19:34:33 +01:00
parent 8df53b7a7c
commit c34b0f9930
6 changed files with 8 additions and 8 deletions

View File

@@ -556,7 +556,6 @@ void ssl_sess_cert_free(SESS_CERT *sc)
#endif
/* i == 0 */
sk_X509_pop_free(sc->cert_chain, X509_free);
OPENSSL_free(sc);
}