crypto/bn/build.info: define OPENSL_IA32_SSE2 globally when needed

This is done conditionally.

Reviewed-by: Bernd Edlinger <bernd.edlinger@hotmail.de>
(Merged from https://github.com/openssl/openssl/pull/9679)
This commit is contained in:
Richard Levitte 2019-08-23 17:19:08 +02:00
parent ef57f7996b
commit 00372d7551

View file

@ -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