s390x: Fix build on s390x with 'disable-asm'
authorIngo Franzki <ifranzki@linux.ibm.com>
Fri, 2 Feb 2024 09:20:55 +0000 (10:20 +0100)
committerTomas Mraz <tomas@openssl.org>
Tue, 6 Feb 2024 08:30:11 +0000 (09:30 +0100)
commita5b0c568dbefddd154f99011d7ce76cfbfadb67a
treecfa3b0b81316ec61a9e3400f9c44ce9d1bca555d
parent22f82d457c06289ec66a627a3d11649d83beff88
s390x: Fix build on s390x with 'disable-asm'

Do not define S390X_MOD_EXP for a NO_ASM build, this would result in
unresolved externals for s390x_mod_exp and s390x_crt.

Signed-off-by: Ingo Franzki <ifranzki@linux.ibm.com>
Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/23458)
include/crypto/bn.h