summaryrefslogtreecommitdiffstats
path: root/test/build.info
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2020-05-04 16:26:07 +0100
committerMatt Caswell <matt@openssl.org>2020-06-05 10:31:58 +0100
commit3cd69b7458f1dfa274d4d8fe1a46a35d91e9008c (patch)
tree96508397093afb24d1225ca1e6946c44c80ee6b1 /test/build.info
parentd01d375264e73f49a416409e2f8febe88ad39c8a (diff)
Implement a Filtering Provider
The filtering provider can be used to place a filter in front of the default provider. Initially to filter out certain algorithms from being available for test purposes. Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/11834)
Diffstat (limited to 'test/build.info')
-rw-r--r--test/build.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/build.info b/test/build.info
index 3255a836de..868b8ebefa 100644
--- a/test/build.info
+++ b/test/build.info
@@ -290,7 +290,7 @@ IF[{- !$disabled{tests} -}]
INCLUDE[param_build_test]=../include ../apps/include
DEPEND[param_build_test]=../libcrypto.a libtestutil.a
- SOURCE[sslapitest]=sslapitest.c ssltestlib.c
+ SOURCE[sslapitest]=sslapitest.c ssltestlib.c filterprov.c
INCLUDE[sslapitest]=../include ../apps/include ..
DEPEND[sslapitest]=../libcrypto ../libssl libtestutil.a