From: Jean-Frederic Clere Date: Wed, 19 Aug 2015 11:50:35 +0000 (+0000) Subject: fix a warning. X-Git-Tag: 2.5.0-alpha~2945 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8ddd55a1104841eeeedfe0f6c308e133d06622c9;p=apache fix a warning. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1696566 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/ssl/ssl_engine_io.c b/modules/ssl/ssl_engine_io.c index 65a254397a..10d38fea23 100644 --- a/modules/ssl/ssl_engine_io.c +++ b/modules/ssl/ssl_engine_io.c @@ -1496,7 +1496,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) {