build infrastructure changes for X9.42 KDF

Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/27923)
This commit is contained in:
Pauli 2025-07-02 10:10:31 +10:00 committed by Tomas Mraz
parent 2ac0c48266
commit 546492d67e
1 changed files with 4 additions and 0 deletions

View File

@ -54,6 +54,7 @@ DEPEND[]=include/openssl/asn1.h \
providers/implementations/kdfs/sshkdf.c \
providers/implementations/kdfs/sskdf.c \
providers/implementations/kdfs/tls1_prf.c \
providers/implementations/kdfs/x942kdf.c \
providers/implementations/keymgmt/ml_dsa_kmgmt.c \
providers/implementations/keymgmt/ml_kem_kmgmt.c \
providers/implementations/keymgmt/mlx_kmgmt.c \
@ -104,6 +105,7 @@ DEPEND[providers/implementations/kdfs/hkdf.c \
providers/implementations/kdfs/sshkdf.c \
providers/implementations/kdfs/sskdf.c \
providers/implementations/kdfs/tls1_prf.c \
providers/implementations/kdfs/x942kdf.c \
providers/implementations/keymgmt/ml_dsa_kmgmt.c \
providers/implementations/keymgmt/ml_kem_kmgmt.c \
providers/implementations/keymgmt/mlx_kmgmt.c \
@ -127,6 +129,8 @@ GENERATE[providers/implementations/kdfs/sskdf.c]=\
providers/implementations/kdfs/sskdf.c.in
GENERATE[providers/implementations/kdfs/tls1_prf.c]=\
providers/implementations/kdfs/tls1_prf.c.in
GENERATE[providers/implementations/kdfs/x942kdf.c]=\
providers/implementations/kdfs/x942kdf.c.in
GENERATE[providers/implementations/keymgmt/ml_dsa_kmgmt.c]=\
providers/implementations/keymgmt/ml_dsa_kmgmt.c.in
GENERATE[providers/implementations/keymgmt/ml_kem_kmgmt.c]=\