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:
af2c282
)
Oops-type typo.
author
Andy Polyakov
<appro@openssl.org>
Mon, 19 Sep 2005 13:12:00 +0000
(13:12 +0000)
committer
Andy Polyakov
<appro@openssl.org>
Mon, 19 Sep 2005 13:12:00 +0000
(13:12 +0000)
PR: 1195
crypto/md32_common.h
patch
|
blob
|
history
diff --git
a/crypto/md32_common.h
b/crypto/md32_common.h
index 0812a53b2f5f5fa8561adb3993da6be20f5d21f6..0e625a8e55c01c4f7103a43ba77681e13f44e5d1 100644
(file)
--- a/
crypto/md32_common.h
+++ b/
crypto/md32_common.h
@@
-286,7
+286,7
@@
#ifndef PEDANTIC
# if defined(__GNUC__) && __GNUC__>=2 && !defined(OPENSSL_NO_ASM) && !defined(OPENSSL_NO_INLINE_ASM)
-# if ((defined(__i386) || defined(__i386__)) &&
&&
!defined(I386_ONLY)) || \
+# if ((defined(__i386) || defined(__i386__)) && !defined(I386_ONLY)) || \
(defined(__x86_64) || defined(__x86_64__))
/*
* This gives ~30-40% performance improvement in SHA-256 compiled