SSL_AD_CLOSE_NOTIFY
if (alert_descr == SSL_AD_CLOSE_NOTIFY) {
s->s3.warn_alert = SSL_AD_CLOSE_NOTIFY;
} else if (alert_descr == SSL_AD_CLOSE_NOTIFY
case SSL_AD_CLOSE_NOTIFY:
ssl3_send_alert(sc, SSL3_AL_WARNING, SSL_AD_CLOSE_NOTIFY);
if (s->shutdown & SSL_SENT_SHUTDOWN && desc != SSL_AD_CLOSE_NOTIFY)
if ((sc->shutdown & SSL_RECEIVED_SHUTDOWN) && (sc->s3.warn_alert == SSL_AD_CLOSE_NOTIFY))
case SSL_AD_CLOSE_NOTIFY: