mirror of
https://github.com/openssl/openssl.git
synced 2025-03-01 19:28:10 +08:00
crypto/bn/build.info: Correct use of SSE2 definition
Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/9879)
This commit is contained in:
parent
dbcc7b4567
commit
d5d32e784d
@ -96,7 +96,7 @@ IF[{- !$disabled{asm} -}]
|
||||
$BNDEF=$BNDEF $BNDEF_{- $target{asm_arch} -}_ec2m
|
||||
ENDIF
|
||||
IF[{- !$disabled{sse2} -}]
|
||||
DEFINE[]=$BNDEF_{- $target{asm_arch} -}_sse2
|
||||
$BNDEF=$BNDEF $BNDEF_{- $target{asm_arch} -}_sse2
|
||||
ENDIF
|
||||
ENDIF
|
||||
ENDIF
|
||||
|
Loading…
Reference in New Issue
Block a user