Loading mod_ssl.c +1 −1 Original line number Diff line number Diff line Loading @@ -397,7 +397,7 @@ int ssl_init_ssl_connection(conn_rec *c) sc->vhost_id_len); if (!SSL_set_session_id_context(ssl, (unsigned char *)vhost_md5, MD5_DIGESTSIZE*2)) APR_MD5_DIGESTSIZE*2)) { ap_log_error(APLOG_MARK, APLOG_ERR, 0, c->base_server, "Unable to set session id context to `%s'", vhost_md5); Loading Loading
mod_ssl.c +1 −1 Original line number Diff line number Diff line Loading @@ -397,7 +397,7 @@ int ssl_init_ssl_connection(conn_rec *c) sc->vhost_id_len); if (!SSL_set_session_id_context(ssl, (unsigned char *)vhost_md5, MD5_DIGESTSIZE*2)) APR_MD5_DIGESTSIZE*2)) { ap_log_error(APLOG_MARK, APLOG_ERR, 0, c->base_server, "Unable to set session id context to `%s'", vhost_md5); Loading