summaryrefslogtreecommitdiffstats
path: root/test/tls13ccstest.c
diff options
context:
space:
mode:
authorYi Li <yi1.li@intel.com>2023-04-17 10:20:31 +0200
committerPauli <pauli@openssl.org>2023-06-14 05:06:22 +0200
commit4032cd9a1434610e4dc2bbde01f98d04faa615e5 (patch)
tree6e40e7f29433428db03d9111e496716f2b6dd96a /test/tls13ccstest.c
parentrand_lib: RAND_poll: Reseed in non-"no-deprecated" builds. (diff)
downloadopenssl-4032cd9a1434610e4dc2bbde01f98d04faa615e5.tar.xz
openssl-4032cd9a1434610e4dc2bbde01f98d04faa615e5.zip
configure: introduce no-ecx to remove ECX related feature
This can effectively reduce the binary size for platforms that don't need ECX feature(~100KB). Signed-off-by: Yi Li <yi1.li@intel.com> Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/20781)
Diffstat (limited to '')
-rw-r--r--test/tls13ccstest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tls13ccstest.c b/test/tls13ccstest.c
index 1ec2ee2b1e..fe44d90fbc 100644
--- a/test/tls13ccstest.c
+++ b/test/tls13ccstest.c
@@ -321,7 +321,7 @@ static int test_tls13ccs(int tst)
goto err;
# endif
#else
- if (!TEST_true(SSL_CTX_set1_groups_list(sctx, "P-256")))
+ if (!TEST_true(SSL_CTX_set1_groups_list(sctx, "P-384")))
goto err;
#endif
}