Add ECDH to fips provider
[openssl.git] / providers / implementations / exchange / build.info
index 82b688def369c560647eda6d9df7be6734446890..3127f9a3e755c274d9077d46431864949a1f0902 100644 (file)
@@ -22,5 +22,6 @@ ENDIF
 IF[{- !$disabled{ec} -}]
   SOURCE[$ECX_GOAL]=ecx_exch.c
   DEFINE[$ECX_GOAL]=$ECDEF
-  SOURCE[$ECDH_GOAL]=ecdh_exch.c
+  SOURCE[../../libfips.a]=ecdh_exch.c
+  SOURCE[../../libnonfips.a]=ecdh_exch.c
 ENDIF