mirror of
https://github.com/openssl/openssl.git
synced 2025-01-18 13:44:20 +08:00
Oops-type typo.
PR: 1195
This commit is contained in:
parent
af2c2823a7
commit
6d9c46b811
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user