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:
parent
ef57f7996b
commit
00372d7551
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue