Fix the MAX_CURVELIST definition
authorMatt Caswell <matt@openssl.org>
Tue, 24 Apr 2018 09:10:39 +0000 (10:10 +0100)
committerMatt Caswell <matt@openssl.org>
Wed, 25 Apr 2018 09:22:06 +0000 (10:22 +0100)
commit36ebf15d495d8c10163c04d0fd7348dbc445c609
tree018bb8a1933728230d4c4498df3fad560265a827
parentba2fd95037b9550e3efb4547034951151cc0e273
Fix the MAX_CURVELIST definition

The MAX_CURVELIST macro defines the total number of in-built SSL/TLS curves
that we support. However it has not been updated as new curves are added.

Fixes #5232

Reviewed-by: Bernd Edlinger <bernd.edlinger@hotmail.de>
(Merged from https://github.com/openssl/openssl/pull/6065)

(cherry picked from commit ca50cd911ca3c9dc9ec8dd956f8eb45557585a98)
ssl/t1_lib.c