PROV: Add DERlib support for RSA
[oweals/openssl.git] / providers / implementations / signature / build.info
index bb229be90de809d975635a2e93612fd85a4ce265..352cd38cc7049da31c7eec26cb0664811ea65816 100644 (file)
@@ -3,6 +3,7 @@
 
 $DSA_GOAL=../../libimplementations.a
 $EC_GOAL=../../libimplementations.a
+$ECDSA_GOAL=../../libimplementations.a
 
 IF[{- !$disabled{dsa} -}]
   SOURCE[$DSA_GOAL]=dsa.c
@@ -10,7 +11,10 @@ ENDIF
 
 IF[{- !$disabled{ec} -}]
   SOURCE[$EC_GOAL]=eddsa.c
+  SOURCE[$ECDSA_GOAL]=ecdsa.c
 ENDIF
 
 SOURCE[../../libfips.a]=rsa.c
 SOURCE[../../libnonfips.a]=rsa.c
+
+DEPEND[rsa.o]=../../common/include/prov/der_rsa.h