Simplify code around next_proto.len by changing 'len' data type.
authorFdaSilvaYY <fdasilvayy@gmail.com>
Mon, 5 Dec 2016 23:42:01 +0000 (00:42 +0100)
committerRichard Levitte <levitte@openssl.org>
Thu, 16 Mar 2017 10:44:22 +0000 (11:44 +0100)
commit14d4d7eda1d2d83c48db7cbf1928ae6e12339265
treeb64787543f0c0e83a915b9c5a98cf114895c38f6
parentef727bc5669182cdf8519734ae9924fc54cc4164
Simplify code around next_proto.len by changing 'len' data type.

clean an useless static qualifier and a dead comment.

Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2278)

(cherry picked from commit f2ff1432fc50e5033471859dc9899eb219278a7a)
apps/s_server.c