summaryrefslogtreecommitdiffstats
path: root/test/build.info
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2018-02-20 14:53:40 +0000
committerMatt Caswell <matt@openssl.org>2018-02-21 11:13:15 +0000
commitc7a47adca29e1ec761d639dd75336bb36ebf4a9b (patch)
tree4deaf04895e9c185bbf339e2cfc44666541f8b15 /test/build.info
parent7876dbffcee9a53ac8a75e90c0443c1193edb580 (diff)
Fix no-ec build
[extended tests] Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/5418)
Diffstat (limited to 'test/build.info')
-rw-r--r--test/build.info6
1 files changed, 4 insertions, 2 deletions
diff --git a/test/build.info b/test/build.info
index d8ea2f29a0..38fcf842b8 100644
--- a/test/build.info
+++ b/test/build.info
@@ -400,8 +400,7 @@ INCLUDE_MAIN___test_libtestutil_OLB = /INCLUDE=MAIN
# names with the DLL import libraries.
IF[{- $disabled{shared} || $target{build_scheme}->[1] ne 'windows' -}]
PROGRAMS_NO_INST=asn1_internal_test modes_internal_test x509_internal_test \
- tls13encryptiontest wpackettest ctype_internal_test \
- curve448_internal_test
+ tls13encryptiontest wpackettest ctype_internal_test
IF[{- !$disabled{poly1305} -}]
PROGRAMS_NO_INST=poly1305_internal_test
ENDIF
@@ -414,6 +413,9 @@ INCLUDE_MAIN___test_libtestutil_OLB = /INCLUDE=MAIN
IF[{- !$disabled{sm4} -}]
PROGRAMS_NO_INST=sm4_internal_test
ENDIF
+ IF[{- !$disabled{ec} -}]
+ PROGRAMS_NO_INST=curve448_internal_test
+ ENDIF
SOURCE[poly1305_internal_test]=poly1305_internal_test.c
INCLUDE[poly1305_internal_test]=.. ../include ../crypto/include