openssl/crypto/aes
Juergen Christ 8a0f65f06b Fix provider library build wrt. AES
Commit c7978e506b ("Fix missing $CPUIDDEF in
libdefault.a") revealed another problem in the build system on s390.  The
build of the provider libraries includes the AES system without the proper
defines.  This causes a build error on s390 now since the CPUIDDEF is present
but the prototypes for various AES functions implemented in assembler are
missing due to missing preprocessor defines.  Fix this by adding the missing
defines to all provider libraries.

Signed-off-by: Juergen Christ <jchrist@linux.ibm.com>

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15244)
2021-05-14 09:37:35 +02:00
..
asm ARM assembly pack: translate bit-sliced AES implementation to AArch64 2021-05-14 00:02:19 +10:00
aes_cbc.c
aes_cfb.c
aes_core.c
aes_ecb.c
aes_ige.c
aes_local.h
aes_misc.c
aes_ofb.c
aes_wrap.c
aes_x86core.c
build.info Fix provider library build wrt. AES 2021-05-14 09:37:35 +02:00