From 01222cfadffc017a242ec2ad7bfb35b21d29dd99 Mon Sep 17 00:00:00 2001 From: Pauli Date: Mon, 20 Jan 2025 14:18:13 +1100 Subject: [PATCH] build: fix copy/paste mistake Reviewed-by: Tim Hudson Reviewed-by: Shane Lontis Reviewed-by: Viktor Dukhovni (Merged from https://github.com/openssl/openssl/pull/26548) --- providers/implementations/signature/build.info | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/providers/implementations/signature/build.info b/providers/implementations/signature/build.info index cd603024ab5..df68401e3a8 100644 --- a/providers/implementations/signature/build.info +++ b/providers/implementations/signature/build.info @@ -35,5 +35,5 @@ DEPEND[sm2_sig.o]=../../common/include/prov/der_sm2.h SOURCE[$MAC_GOAL]=mac_legacy_sig.c IF[{- !$disabled{'ml-dsa'} -}] - SOURCE[$DSA_GOAL]=ml_dsa_sig.c + SOURCE[$ML_DSA_GOAL]=ml_dsa_sig.c ENDIF -- 2.47.2