]> git.ipfire.org Git - thirdparty/openssl.git/blame - providers/implementations/exchange/build.info
Add X25519/X448 Key Exchange to the default provider
[thirdparty/openssl.git] / providers / implementations / exchange / build.info
CommitLineData
5687e357
RL
1# We make separate GOAL variables for each algorithm, to make it easy to
2# switch each to the Legacy provider when needed.
3
4$DH_GOAL=../../libimplementations.a
6f7d2135 5$ECX_GOAL=../../libimplementations.a
5687e357
RL
6
7IF[{- !$disabled{dh} -}]
8 SOURCE[$DH_GOAL]=dh_exch.c
9ENDIF
6f7d2135
MC
10
11SOURCE[$ECX_GOAL]=ecx_exch.c