Remove dead code
authorBenjamin Kaduk <bkaduk@akamai.com>
Tue, 14 Mar 2017 22:53:46 +0000 (17:53 -0500)
committerMatt Caswell <matt@openssl.org>
Wed, 15 Mar 2017 20:59:42 +0000 (20:59 +0000)
commitdda12ce4e5c75da95088a1dc81815b80ec18821d
tree36d697c10a2b6c0e6794ca12a2ab70647ba2e017
parentd9aea0416249bf7fb2dd330dd9dde825ac5e4b94
Remove dead code

tls1_get_curvelist() does not read from its third parameter, so
the assignments prior to function call were dead code and can be removed.

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2952)
ssl/statem/extensions_clnt.c