From 8ddd55a1104841eeeedfe0f6c308e133d06622c9 Mon Sep 17 00:00:00 2001 From: Jean-Frederic Clere Date: Wed, 19 Aug 2015 11:50:35 +0000 Subject: [PATCH] fix a warning. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1696566 13f79535-47bb-0310-9956-ffa450edef68 --- modules/ssl/ssl_engine_io.c | 1 - 1 file changed, 1 deletion(-) 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) { -- 2.40.0