summaryrefslogtreecommitdiffstats
path: root/crypto/bn/bn_div.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_div.c
parent56fa8e69cf1e742da8087de60152519127c79983 (diff)
openbsd-x86 macros
Submitted by: Toomas Kiisk <vix@cyber.ee>
Diffstat (limited to 'crypto/bn/bn_div.c')
-rw-r--r--crypto/bn/bn_div.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/bn/bn_div.c b/crypto/bn/bn_div.c
index d0b68dc246..ac1a09615a 100644
--- a/crypto/bn/bn_div.c
+++ b/crypto/bn/bn_div.c
@@ -130,7 +130,7 @@ int BN_div(BIGNUM *dv, BIGNUM *rem, const BIGNUM *m, const BIGNUM *d,
#if !defined(OPENSSL_NO_ASM) && !defined(OPENSSL_NO_INLINE_ASM) \
&& !defined(PEDANTIC) && !defined(BN_DIV3W)
# if defined(__GNUC__) && __GNUC__>=2
-# if defined(__i386)
+# if defined(__i386) || defined (__i386__)
/*
* There were two reasons for implementing this template:
* - GNU C generates a call to a function (__udivdi3 to be exact)