Follow up to r1705672.

Backport changes that somehow missed the backport process.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1705784 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Yann Ylavic
2015-09-28 22:00:12 +00:00
parent 74a88ec99f
commit c8dc4e3b7e
5 changed files with 21 additions and 25 deletions

View File

@ -1427,7 +1427,6 @@ static apr_status_t ssl_io_filter_input(ap_filter_t *f,
const unsigned char *next_proto = NULL;
unsigned next_proto_len = 0;
const char *protocol;
int n;
SSL_get0_alpn_selected(inctx->ssl, &next_proto, &next_proto_len);
if (next_proto && next_proto_len) {