Loading STATUS +0 −4 Original line number Diff line number Diff line Loading @@ -112,10 +112,6 @@ RELEASE SHOWSTOPPERS: PATCHES ACCEPTED TO BACKPORT FROM TRUNK: [ start all new proposals below, under PATCHES PROPOSED. ] *) mod_ssl: Fix "warning: variable 'hssc' set but not used". 2.4.x only, r1715255 merged in 2.4.18 missed this (trunk) hunk. 2.4.x patch: http://people.apache.org/~ylavic/httpd-2.4.x-ssl_hssc_warning.patch +1: ylavic, rpluem, covener PATCHES PROPOSED TO BACKPORT FROM TRUNK: [ New proposals should be added at the end of the list ] Loading modules/ssl/ssl_engine_kernel.c +0 −2 Original line number Diff line number Diff line Loading @@ -772,8 +772,6 @@ int ssl_hook_Access(request_rec *r) && renegotiate && ((verify & SSL_VERIFY_PEER) || (verify & SSL_VERIFY_FAIL_IF_NO_PEER_CERT))) { SSLSrvConfigRec *hssc = mySrvConfig(handshakeserver); #define MODSSL_CFG_CA_NE(f, sc1, sc2) \ (sc1->server->auth.f && \ (!sc2->server->auth.f || \ Loading Loading
STATUS +0 −4 Original line number Diff line number Diff line Loading @@ -112,10 +112,6 @@ RELEASE SHOWSTOPPERS: PATCHES ACCEPTED TO BACKPORT FROM TRUNK: [ start all new proposals below, under PATCHES PROPOSED. ] *) mod_ssl: Fix "warning: variable 'hssc' set but not used". 2.4.x only, r1715255 merged in 2.4.18 missed this (trunk) hunk. 2.4.x patch: http://people.apache.org/~ylavic/httpd-2.4.x-ssl_hssc_warning.patch +1: ylavic, rpluem, covener PATCHES PROPOSED TO BACKPORT FROM TRUNK: [ New proposals should be added at the end of the list ] Loading
modules/ssl/ssl_engine_kernel.c +0 −2 Original line number Diff line number Diff line Loading @@ -772,8 +772,6 @@ int ssl_hook_Access(request_rec *r) && renegotiate && ((verify & SSL_VERIFY_PEER) || (verify & SSL_VERIFY_FAIL_IF_NO_PEER_CERT))) { SSLSrvConfigRec *hssc = mySrvConfig(handshakeserver); #define MODSSL_CFG_CA_NE(f, sc1, sc2) \ (sc1->server->auth.f && \ (!sc2->server->auth.f || \ Loading