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:
7f97d57
)
gcm128.c: fix linking problems in 32-bit Windows build.
author
Andy Polyakov
<appro@openssl.org>
Thu, 4 Apr 2013 13:54:58 +0000
(15:54 +0200)
committer
Andy Polyakov
<appro@openssl.org>
Thu, 4 Apr 2013 13:54:58 +0000
(15:54 +0200)
crypto/modes/gcm128.c
patch
|
blob
|
history
diff --git
a/crypto/modes/gcm128.c
b/crypto/modes/gcm128.c
index ae5fab1b46c7d36aff57be9dc2164e8fa368e88c..138d44040639f2100945ae843d475a74eb95bbcd 100644
(file)
--- a/
crypto/modes/gcm128.c
+++ b/
crypto/modes/gcm128.c
@@
-658,7
+658,7
@@
void gcm_init_clmul(u128 Htable[16],const u64 Xi[2]);
void gcm_gmult_clmul(u64 Xi[2],const u128 Htable[16]);
void gcm_ghash_clmul(u64 Xi[2],const u128 Htable[16],const u8 *inp,size_t len);
-#if defined(__i386) || defined(__i386__)
+#if defined(__i386) || defined(__i386__)
|| defined(_M_IX86)
# define gcm_init_avx gcm_init_clmul
# define gcm_gmult_avx gcm_gmult_clmul
# define gcm_ghash_avx gcm_ghash_clmul