mirror of https://github.com/openssl/openssl.git
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:
parent
2ac0c48266
commit
546492d67e
|
@ -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]=\
|
||||
|
|
Loading…
Reference in New Issue