configure: introduce no-ecx to remove ECX related feature
[openssl.git] / providers / implementations / signature / build.info
index fd3be7f3b9ddc2ccd7b0daf0b76da972bc234fcd..6987a12250593632a9cdfb2e3d4c5963a0f93813 100644 (file)
@@ -12,7 +12,10 @@ IF[{- !$disabled{dsa} -}]
 ENDIF
 
 IF[{- !$disabled{ec} -}]
-  SOURCE[$EC_GOAL]=eddsa_sig.c ecdsa_sig.c
+  SOURCE[$EC_GOAL]=ecdsa_sig.c
+  IF[{- !$disabled{ecx} -}]
+    SOURCE[$EC_GOAL]=eddsa_sig.c
+  ENDIF
 ENDIF
 
 IF[{- !$disabled{sm2} -}]