summaryrefslogtreecommitdiff
path: root/deps/openssl/openssl/test/build.info
diff options
context:
space:
mode:
Diffstat (limited to 'deps/openssl/openssl/test/build.info')
-rw-r--r--deps/openssl/openssl/test/build.info5
1 files changed, 4 insertions, 1 deletions
diff --git a/deps/openssl/openssl/test/build.info b/deps/openssl/openssl/test/build.info
index d850b5229c..2367ab841a 100644
--- a/deps/openssl/openssl/test/build.info
+++ b/deps/openssl/openssl/test/build.info
@@ -2,7 +2,7 @@ IF[{- !$disabled{tests} -}]
PROGRAMS_NO_INST=\
versions \
aborttest \
- sanitytest exdatatest bntest \
+ sanitytest rsa_complex exdatatest bntest \
ectest ecdsatest gmdifftest pbelutest ideatest \
md2test md4test md5test \
hmactest wp_test \
@@ -32,6 +32,9 @@ IF[{- !$disabled{tests} -}]
INCLUDE[sanitytest]=../include
DEPEND[sanitytest]=../libcrypto
+ SOURCE[rsa_complex]=rsa_complex.c
+ INCLUDE[rsa_complex]=../include
+
SOURCE[exdatatest]=exdatatest.c
INCLUDE[exdatatest]=../include
DEPEND[exdatatest]=../libcrypto