]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Update build infrastructure for generated hkdf.c file
authorPauli <ppzgs1@gmail.com>
Tue, 24 Jun 2025 04:05:42 +0000 (14:05 +1000)
committerTomas Mraz <tomas@openssl.org>
Thu, 31 Jul 2025 18:20:46 +0000 (20:20 +0200)
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/27923)

.gitignore
build.info

index 76f9b988a902db2cc89c542ae94675a4db225fd3..410762b4cc9493ea6a4b770a916e9a8f2b1223b7 100644 (file)
@@ -86,6 +86,7 @@ providers/common/include/prov/der_wrap.h
 providers/common/include/prov/der_sm2.h
 providers/common/include/prov/der_ml_dsa.h
 providers/common/include/prov/der_hkdf.h
+providers/implementations/kdfs/hkdf.c
 providers/implementations/keymgmt/ml_dsa_kmgmt.c
 providers/implementations/keymgmt/ml_kem_kmgmt.c
 providers/implementations/keymgmt/mlx_kmgmt.c
index 83d73943c3fad943f6eea01890110793f1e7971e..221183766780bb603cf348d8ddb900e952638ae6 100644 (file)
@@ -48,6 +48,7 @@ DEPEND[]=include/openssl/asn1.h \
          include/openssl/x509_acert.h \
          include/openssl/x509_vfy.h \
          include/crypto/bn_conf.h include/crypto/dso_conf.h \
+         providers/implementations/kdfs/hkdf.c \
          providers/implementations/keymgmt/ml_dsa_kmgmt.c \
          providers/implementations/keymgmt/ml_kem_kmgmt.c \
          providers/implementations/keymgmt/mlx_kmgmt.c \
@@ -92,7 +93,8 @@ GENERATE[include/openssl/x509_vfy.h]=include/openssl/x509_vfy.h.in
 GENERATE[include/crypto/bn_conf.h]=include/crypto/bn_conf.h.in
 GENERATE[include/crypto/dso_conf.h]=include/crypto/dso_conf.h.in
 
-DEPEND[providers/implementations/keymgmt/ml_dsa_kmgmt.c \
+DEPEND[providers/implementations/kdfs/hkdf.c \
+       providers/implementations/keymgmt/ml_dsa_kmgmt.c \
        providers/implementations/keymgmt/ml_kem_kmgmt.c \
        providers/implementations/keymgmt/mlx_kmgmt.c \
        providers/implementations/signature/eddsa_sig.c \
@@ -103,6 +105,8 @@ DEPEND[providers/implementations/keymgmt/ml_dsa_kmgmt.c \
        providers/implementations/ciphers/cipher_chacha20_poly1305.c \
        providers/implementations/digests/digestcommon.c \
        include/openssl/core_names.h]=util/perl|OpenSSL/paramnames.pm
+GENERATE[providers/implementations/kdfs/hkdf.c]=\
+    providers/implementations/kdfs/hkdf.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]=\