aboutsummaryrefslogtreecommitdiffstats
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:35 +0000
commitf6dfbeed3c82e3bfc9cda2f4cd80f1e1b5515ba9 (patch)
tree137fd8ff73a2df3536ff9ef744b27300b8074ae8
parent926725b3d7c1528f2dc116a48623c42264188277 (diff)
downloadopenssl-f6dfbeed3c82e3bfc9cda2f4cd80f1e1b5515ba9.tar.gz
Update curve list size.
(cherry picked from commit cfa86987a8d9d2b8cc5e5fea2d3260c46542cdb9)
-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 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
{