argon2: update build infrastructure

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 16:55:37 +10:00 committed by Tomas Mraz
parent a338a155c8
commit 1996a28f7f
2 changed files with 6 additions and 1 deletions

1
.gitignore vendored
View 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/argon2.c
providers/implementations/kdfs/hkdf.c
providers/implementations/kdfs/kbkdf.c
providers/implementations/kdfs/krb5kdf.c

View 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/argon2.c \
providers/implementations/kdfs/hkdf.c \
providers/implementations/kdfs/kbkdf.c \
providers/implementations/kdfs/krb5kdf.c \
@ -104,7 +105,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/kdfs/hkdf.c \
DEPEND[providers/implementations/kdfs/argon2.c \
providers/implementations/kdfs/hkdf.c \
providers/implementations/kdfs/kbkdf.c \
providers/implementations/kdfs/krb5kdf.c \
providers/implementations/kdfs/pbkdf1.c \
@ -127,6 +129,8 @@ DEPEND[providers/implementations/kdfs/hkdf.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/argon2.c]=\
providers/implementations/kdfs/argon2.c.in
GENERATE[providers/implementations/kdfs/hkdf.c]=\
providers/implementations/kdfs/hkdf.c.in
GENERATE[providers/implementations/kdfs/kbkdf.c]=\