https://bz.apache.org/bugzilla/show_bug.cgi?id=47055

--- Comment #53 from Techiq <[email protected]> ---
Comment on attachment 24237
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=24237
Light Patch

>--- modules/ssl/ssl_engine_kernel.c.orig
>+++ modules/ssl/ssl_engine_kernel.c
>@@ -718,17 +718,11 @@
>             }
>         }
>         else {
>-            request_rec *id = r->main ? r->main : r;
>-
>             /* do a full renegotiation */
>             ap_log_rerror(APLOG_MARK, APLOG_DEBUG, 0, r,
>                           "Performing full renegotiation: "
>                           "complete handshake protocol");

>
>-            SSL_set_session_id_context(ssl,
>-                                       (unsigned char *)&id,
>-                                       sizeof(id));
>-
>             SSL_renegotiate(ssl);
>             SSL_do_handshake(ssl);

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to