summaryrefslogtreecommitdiffstats
path: root/test/build.info
diff options
context:
space:
mode:
authorPauli <pauli@openssl.org>2021-06-17 13:31:01 +1000
committerMatt Caswell <matt@openssl.org>2021-06-17 08:26:17 +0100
commit98dc656e5f491cc29a61892d152c9779527da6f8 (patch)
tree7f42cbb86604c815e547bab24f5b321ed5906410 /test/build.info
parenta515c8256e22eb8427a43ea4f709794ce2c36414 (diff)
gost: remove the internal GOST test.
The external GOST test is sufficient according @beldmit. This avoids having to manually update and build the GOST engine when something changes. Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15795)
Diffstat (limited to 'test/build.info')
-rw-r--r--test/build.info6
1 files changed, 1 insertions, 5 deletions
diff --git a/test/build.info b/test/build.info
index 53d5b99b9d..f4acaa0e6a 100644
--- a/test/build.info
+++ b/test/build.info
@@ -53,7 +53,7 @@ IF[{- !$disabled{tests} -}]
recordlentest drbgtest rand_status_test sslbuffertest \
time_offset_test pemtest ssl_cert_table_internal_test ciphername_test \
http_test servername_test ocspapitest fatalerrtest tls13ccstest \
- sysdefaulttest errtest ssl_ctx_test gosttest \
+ sysdefaulttest errtest ssl_ctx_test \
context_internal_test aesgcmtest params_test evp_pkey_dparams_test \
keymgmt_internal_test hexstr_test provider_status_test defltfips_test \
bio_readbuffer_test user_property_test pkcs7_test upcallstest \
@@ -784,10 +784,6 @@ IF[{- !$disabled{tests} -}]
INCLUDE[errtest]=../include ../apps/include
DEPEND[errtest]=../libcrypto libtestutil.a
- SOURCE[gosttest]=gosttest.c helpers/ssltestlib.c
- INCLUDE[gosttest]=../include ../apps/include ..
- DEPEND[gosttest]=../libcrypto ../libssl libtestutil.a
-
SOURCE[aesgcmtest]=aesgcmtest.c
INCLUDE[aesgcmtest]=../include ../apps/include ..
DEPEND[aesgcmtest]=../libcrypto libtestutil.a