summaryrefslogtreecommitdiff
path: root/crypto/md32_common.h
diff options
context:
space:
mode:
authorappro <appro>2005-09-19 13:12:00 +0000
committerappro <appro>2005-09-19 13:12:00 +0000
commit34abb139ee4796db5a6a26799e39ca8797cf1bd3 (patch)
treee2159c7ebc7bf2f41c1ccb6b4d083fe8217ecb15 /crypto/md32_common.h
parente6cca153e014007020b00e85c434ddf11e42eded (diff)
downloadopenssl-34abb139ee4796db5a6a26799e39ca8797cf1bd3.tar.gz
Oops-type typo.
PR: 1195
Diffstat (limited to 'crypto/md32_common.h')
-rw-r--r--crypto/md32_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/md32_common.h b/crypto/md32_common.h
index 0812a53b2..0e625a8e5 100644
--- 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