]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - providers/implementations/exchange/build.info
Add X25519/X448 Key Exchange to the default provider
[thirdparty/openssl.git] / providers / implementations / exchange / build.info
index fdedb86c035cf5f693c6e02d1159846f904a196c..0c2b98631b76e1196e1890042bd170ca5eb70583 100644 (file)
@@ -2,7 +2,10 @@
 # switch each to the Legacy provider when needed.
 
 $DH_GOAL=../../libimplementations.a
+$ECX_GOAL=../../libimplementations.a
 
 IF[{- !$disabled{dh} -}]
   SOURCE[$DH_GOAL]=dh_exch.c
 ENDIF
+
+SOURCE[$ECX_GOAL]=ecx_exch.c