Move CMS signing code out of the algorithms and into CMS
[openssl.git] / crypto / cms / build.info
index 2f5b6533821c4585d670a6b218e540bb2fcf52d6..c7579f78c1064ad4201da919fa79e3d7bf319d06 100644 (file)
@@ -7,6 +7,6 @@ SOURCE[../../libcrypto]= \
 IF[{- !$disabled{dh} -}]
   SOURCE[../../libcrypto]=cms_dh.c
 ENDIF
-IF[{- !$disabled{ed} -}]
-  SOURCE[../../libcrypto]=cms_ecdh.c
-ENDIF
\ No newline at end of file
+IF[{- !$disabled{ec} || !$disabled{dsa}-}]
+  SOURCE[../../libcrypto]=cms_ec.c
+ENDIF