summaryrefslogtreecommitdiffstats
path: root/providers/implementations/exchange/build.info
diff options
context:
space:
mode:
Diffstat (limited to 'providers/implementations/exchange/build.info')
-rw-r--r--providers/implementations/exchange/build.info5
1 files changed, 2 insertions, 3 deletions
diff --git a/providers/implementations/exchange/build.info b/providers/implementations/exchange/build.info
index 92932b9d28..3ae86309c7 100644
--- a/providers/implementations/exchange/build.info
+++ b/providers/implementations/exchange/build.info
@@ -1,13 +1,12 @@
# We make separate GOAL variables for each algorithm, to make it easy to
# switch each to the Legacy provider when needed.
-$DH_GOAL=../../libimplementations.a
$ECX_GOAL=../../libimplementations.a
-$ECDH_GOAL=../../libimplementations.a
$KDF_GOAL=../../libimplementations.a
IF[{- !$disabled{dh} -}]
- SOURCE[$DH_GOAL]=dh_exch.c
+ SOURCE[../../libfips.a]=dh_exch.c
+ SOURCE[../../libnonfips.a]=dh_exch.c
ENDIF
IF[{- !$disabled{asm} -}]