[openssl] master update
Richard Levitte
levitte at openssl.org
Wed Sep 18 05:15:59 UTC 2019
The branch master has been updated
via d5d32e784dd2ac25b3c773893f94484bcda5a23d (commit)
from dbcc7b45670483cc89428afe1d3c363ef83d76df (commit)
- Log -----------------------------------------------------------------
commit d5d32e784dd2ac25b3c773893f94484bcda5a23d
Author: Richard Levitte <levitte at openssl.org>
Date: Thu Sep 12 13:27:52 2019 +0200
crypto/bn/build.info: Correct use of SSE2 definition
Reviewed-by: Matt Caswell <matt at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9879)
-----------------------------------------------------------------------
Summary of changes:
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 669256d8e3..18b5950f6d 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} -}]
- DEFINE[]=$BNDEF_{- $target{asm_arch} -}_sse2
+ $BNDEF=$BNDEF $BNDEF_{- $target{asm_arch} -}_sse2
ENDIF
ENDIF
ENDIF
More information about the openssl-commits
mailing list