]> git.ipfire.org Git - thirdparty/openssl.git/commit - test/sslapitest.c
Fix no-ec
authorMatt Caswell <matt@openssl.org>
Wed, 28 Aug 2019 13:31:39 +0000 (14:31 +0100)
committerMatt Caswell <matt@openssl.org>
Thu, 29 Aug 2019 10:07:30 +0000 (11:07 +0100)
commit2d9007587c5072a513c84f22db7be55767b4c63d
tree2011b7945ae575cce22c7d8bcff4d31862e3bd1d
parentcb1548bc5f207978f6ba287040eaea25c34b5786
Fix no-ec

A test in sslapitest.c was failing in a no-ec build because we were using
an EC based ciphersuite. That particular test doesn't require EC
specifically, so we swap to a non EC based ciphersuite.

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9716)
test/sslapitest.c