projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dbcc7b4
)
crypto/bn/build.info: Correct use of SSE2 definition
author
Richard Levitte
<levitte@openssl.org>
Thu, 12 Sep 2019 11:27:52 +0000
(13:27 +0200)
committer
Richard Levitte
<levitte@openssl.org>
Wed, 18 Sep 2019 05:15:51 +0000
(07:15 +0200)
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9879)
crypto/bn/build.info
patch
|
blob
|
history
diff --git
a/crypto/bn/build.info
b/crypto/bn/build.info
index 669256d8e3e6055195166daadd04882629ece0cd..18b5950f6d6b337d3a83e7c0a73063a4441bc9c7 100644
(file)
--- 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} -}]
-
DEFINE[]=
$BNDEF_{- $target{asm_arch} -}_sse2
+
$BNDEF=$BNDEF
$BNDEF_{- $target{asm_arch} -}_sse2
ENDIF
ENDIF
ENDIF