]> granicus.if.org Git - apache/commitdiff
fix a warning.
authorJean-Frederic Clere <jfclere@apache.org>
Wed, 19 Aug 2015 11:50:35 +0000 (11:50 +0000)
committerJean-Frederic Clere <jfclere@apache.org>
Wed, 19 Aug 2015 11:50:35 +0000 (11:50 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1696566 13f79535-47bb-0310-9956-ffa450edef68

modules/ssl/ssl_engine_io.c

index 65a254397a7332cbea3499ee8bbab5f6d8e4e403..10d38fea233b2ad350f29b23d64a083653516a42 100644 (file)
@@ -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) {