summaryrefslogtreecommitdiffstats
path: root/ssl/t1_lib.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2013-12-24 18:15:28 +0000
committerDr. Stephen Henson <steve@openssl.org>2013-12-29 16:30:34 +0000
commit546d6760b99d4ee91e3487efd42e1c123246a84e (patch)
tree9c14651c176f7a4b3f3cccc50e785afa02c827fa /ssl/t1_lib.c
parentccbb8d5e95d2c036c372f563a270fb6bfdecb9ff (diff)
Update curve list size.
Diffstat (limited to 'ssl/t1_lib.c')
-rw-r--r--ssl/t1_lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl/t1_lib.c b/ssl/t1_lib.c
index 3359e87d4d..245bca2fe1 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
{