From f6dfbeed3c82e3bfc9cda2f4cd80f1e1b5515ba9 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Tue, 24 Dec 2013 18:15:28 +0000 Subject: [PATCH] Update curve list size. (cherry picked from commit cfa86987a8d9d2b8cc5e5fea2d3260c46542cdb9) --- ssl/t1_lib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssl/t1_lib.c b/ssl/t1_lib.c index 8dbd003233..e21b8a2f03 100644 --- a/ssl/t1_lib.c +++ b/ssl/t1_lib.c @@ -539,7 +539,7 @@ int tls1_set_curves(unsigned char **pext, size_t *pextlen, return 1; } -#define MAX_CURVELIST 25 +#define MAX_CURVELIST 28 typedef struct { -- 2.34.1