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:43:39 +0000 (11:43 +0100)
commitf2ff1432fc50e5033471859dc9899eb219278a7a
tree692112648b1d4df86bf6b6fa77946873b3501cf0
parent0ae407eebe9aafecb7181f75935fcc344318a578
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)
apps/s_server.c