Fix no-ec
authorMatt Caswell <matt@openssl.org>
Mon, 20 Apr 2020 11:27:59 +0000 (12:27 +0100)
committerMatt Caswell <matt@openssl.org>
Wed, 22 Apr 2020 09:23:32 +0000 (10:23 +0100)
commit0345f9eccc25eee39c22a09325510ef791de631c
tree55b66cddf55aaae1af43f01528631ec3251202dc
parent75dbc66e609d78f62e7a6e4c41d580ccb7f340ac
Fix no-ec

This was missed by Travis because, although it has a no-ec build, the test
that failed only runs in a debug build. The Travis job with no-ec is not
a debug build and so the test was skipped.

Reviewed-by: David von Oheimb <david.von.oheimb@siemens.com>
Reviewed-by: Nicola Tuveri <nic.tuv@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/11581)
test/recipes/65-test_cmp_client.t