mirror of https://github.com/openssl/openssl.git
sha3: rename files for generated param decoding
Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com> (Merged from https://github.com/openssl/openssl/pull/28151)
This commit is contained in:
parent
b7a38a14ef
commit
b7c3a0c3fc
|
@ -110,6 +110,7 @@ providers/implementations/ciphers/ciphercommon_ccm.c
|
||||||
providers/implementations/ciphers/ciphercommon_gcm.c
|
providers/implementations/ciphers/ciphercommon_gcm.c
|
||||||
providers/implementations/ciphers/cipher_chacha20_poly1305.c
|
providers/implementations/ciphers/cipher_chacha20_poly1305.c
|
||||||
providers/implementations/digests/digestcommon.c
|
providers/implementations/digests/digestcommon.c
|
||||||
|
providers/implementations/digests/sha3_prov.c
|
||||||
|
|
||||||
# error code files
|
# error code files
|
||||||
/crypto/err/openssl.txt.old
|
/crypto/err/openssl.txt.old
|
||||||
|
|
|
@ -72,7 +72,8 @@ DEPEND[]=include/openssl/asn1.h \
|
||||||
providers/implementations/ciphers/ciphercommon_ccm.c \
|
providers/implementations/ciphers/ciphercommon_ccm.c \
|
||||||
providers/implementations/ciphers/ciphercommon_gcm.c \
|
providers/implementations/ciphers/ciphercommon_gcm.c \
|
||||||
providers/implementations/ciphers/cipher_chacha20_poly1305.c \
|
providers/implementations/ciphers/cipher_chacha20_poly1305.c \
|
||||||
providers/implementations/digests/digestcommon.c
|
providers/implementations/digests/digestcommon.c \
|
||||||
|
providers/implementations/digests/sha3_prov.c
|
||||||
|
|
||||||
GENERATE[include/openssl/asn1.h]=include/openssl/asn1.h.in
|
GENERATE[include/openssl/asn1.h]=include/openssl/asn1.h.in
|
||||||
GENERATE[include/openssl/asn1t.h]=include/openssl/asn1t.h.in
|
GENERATE[include/openssl/asn1t.h]=include/openssl/asn1t.h.in
|
||||||
|
@ -132,6 +133,7 @@ DEPEND[providers/implementations/kdfs/argon2.c \
|
||||||
providers/implementations/ciphers/ciphercommon_gcm.c \
|
providers/implementations/ciphers/ciphercommon_gcm.c \
|
||||||
providers/implementations/ciphers/cipher_chacha20_poly1305.c \
|
providers/implementations/ciphers/cipher_chacha20_poly1305.c \
|
||||||
providers/implementations/digests/digestcommon.c \
|
providers/implementations/digests/digestcommon.c \
|
||||||
|
providers/implementations/digests/sha3_prov.c \
|
||||||
include/openssl/core_names.h]=util/perl|OpenSSL/paramnames.pm
|
include/openssl/core_names.h]=util/perl|OpenSSL/paramnames.pm
|
||||||
GENERATE[providers/implementations/kdfs/argon2.c]=\
|
GENERATE[providers/implementations/kdfs/argon2.c]=\
|
||||||
providers/implementations/kdfs/argon2.c.in
|
providers/implementations/kdfs/argon2.c.in
|
||||||
|
@ -183,6 +185,8 @@ GENERATE[providers/implementations/ciphers/cipher_chacha20_poly1305.c]=\
|
||||||
providers/implementations/ciphers/cipher_chacha20_poly1305.c.in
|
providers/implementations/ciphers/cipher_chacha20_poly1305.c.in
|
||||||
GENERATE[providers/implementations/digests/digestcommon.c]=\
|
GENERATE[providers/implementations/digests/digestcommon.c]=\
|
||||||
providers/implementations/digests/digestcommon.c.in
|
providers/implementations/digests/digestcommon.c.in
|
||||||
|
GENERATE[providers/implementations/digests/sha3_prov.c]=\
|
||||||
|
providers/implementations/digests/sha3_prov.c.in
|
||||||
GENERATE[include/openssl/core_names.h]=include/openssl/core_names.h.in
|
GENERATE[include/openssl/core_names.h]=include/openssl/core_names.h.in
|
||||||
|
|
||||||
IF[{- defined $target{shared_defflag} -}]
|
IF[{- defined $target{shared_defflag} -}]
|
||||||
|
|
Loading…
Reference in New Issue