summaryrefslogtreecommitdiffstats
path: root/crypto/bn/bn_mul.c
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>2001-10-14 00:57:30 +0000
committerUlf Möller <ulf@openssl.org>2001-10-14 00:57:30 +0000
commit5dd955dcd25371d20af40b4be2e067745f9c1330 (patch)
tree738562e57082a263324f851e8a3cd6fd0ba0cf0a /crypto/bn/bn_mul.c
parent56fa8e69cf1e742da8087de60152519127c79983 (diff)
openbsd-x86 macros
Submitted by: Toomas Kiisk <vix@cyber.ee>
Diffstat (limited to 'crypto/bn/bn_mul.c')
-rw-r--r--crypto/bn/bn_mul.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/bn/bn_mul.c b/crypto/bn/bn_mul.c
index e0c8ade996..41ea925b8d 100644
--- a/crypto/bn/bn_mul.c
+++ b/crypto/bn/bn_mul.c
@@ -66,7 +66,7 @@
#include "cryptlib.h"
#include "bn_lcl.h"
-#if defined(OPENSSL_NO_ASM) || !defined(__i386) /* Assembler implementation exists only for x86 */
+#if defined(OPENSSL_NO_ASM) || !(defined(__i386) || defined(__i386__))/* Assembler implementation exists only for x86 */
/* Here follows specialised variants of bn_add_words() and
bn_sub_words(). They have the property performing operations on
arrays of different sizes. The sizes of those arrays is expressed through