Fix no-ec
authorMatt Caswell <matt@openssl.org>
Fri, 31 Jan 2020 23:58:53 +0000 (23:58 +0000)
committerMatt Caswell <matt@openssl.org>
Mon, 3 Feb 2020 10:29:02 +0000 (10:29 +0000)
commitef071222020be2096fb9f3aaef8bfe18ae9a40c9
treedd920b4a79c049c6b4a57e690a184ae09fea8b5e
parent5a8848fa7fec532fee30fd6131a3ebd59a5c5902
Fix no-ec

The cmp_protect_test cert chain tests use some EC certs which breaks in
a no-ec build. The fix is to just skip those tests if no-ec has been
configured.

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