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:
2f32476
)
Typo in commit #16187.
author
Andy Polyakov
<appro@openssl.org>
Mon, 30 Apr 2007 15:55:00 +0000
(15:55 +0000)
committer
Andy Polyakov
<appro@openssl.org>
Mon, 30 Apr 2007 15:55:00 +0000
(15:55 +0000)
crypto/sha/sha512.c
patch
|
blob
|
history
diff --git
a/crypto/sha/sha512.c
b/crypto/sha/sha512.c
index c3c4008a14d077f5413a0a24e193810a101f2e01..1277a0f7a12b6d589767810add284f340d73f65f 100644
(file)
--- a/
crypto/sha/sha512.c
+++ b/
crypto/sha/sha512.c
@@
-52,7
+52,7
@@
const char SHA512_version[]="SHA-512" OPENSSL_VERSION_PTEXT;
-#if defined(__i386) || defined(__i386__) || defined(_M_IX8
7
) || \
+#if defined(__i386) || defined(__i386__) || defined(_M_IX8
6
) || \
defined(__x86_64) || defined(_M_AMD64) || defined(_M_X64) || \
defined(__s390__) || defined(__s390x__)
#define SHA512_BLOCK_CAN_MANAGE_UNALIGNED_DATA