From 00372d7551ccf41ddb4fe8f00d62923e4dc65574 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Fri, 23 Aug 2019 17:19:08 +0200 Subject: [PATCH] crypto/bn/build.info: define OPENSL_IA32_SSE2 globally when needed This is done conditionally. Reviewed-by: Bernd Edlinger (Merged from https://github.com/openssl/openssl/pull/9679) --- crypto/bn/build.info | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/bn/build.info b/crypto/bn/build.info index 8353b32227..c2df4e07c9 100644 --- a/crypto/bn/build.info +++ b/crypto/bn/build.info @@ -96,7 +96,7 @@ IF[{- !$disabled{asm} -}] $BNDEF=$BNDEF $BNDEF_{- $target{asm_arch} -}_ec2m ENDIF IF[{- !$disabled{sse2} -}] - $BNDEF_sse2=$BNDEF $BNDEF_{- $target{asm_arch} -}_sse2 + DEFINE[]=$BNDEF_{- $target{asm_arch} -}_sse2 ENDIF ENDIF ENDIF -- 2.39.2