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:20:43 +0000 (10:20 +0100)
commitca50cd911ca3c9dc9ec8dd956f8eb45557585a98
tree86bf3e97141e205efa9ec81f6c9f3f253c22a52f
parentf90bc6c5cb9ca4d97730ff63e6d34fd94047893e
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)
ssl/t1_lib.c