summaryrefslogtreecommitdiff
path: root/crypto/bn/bn_div.c
diff options
context:
space:
mode:
authorulf <ulf>2001-10-14 00:57:13 +0000
committerulf <ulf>2001-10-14 00:57:13 +0000
commitb9a533fa77bca66cf8eb2f25492f25c964c639da (patch)
tree0bca18d1c288b25343a700739de9dc6c757265e0 /crypto/bn/bn_div.c
parenteb914b71bf2d3aee5a3e48a4809e4536cbaa5fcb (diff)
downloadopenssl-b9a533fa77bca66cf8eb2f25492f25c964c639da.tar.gz
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 d0b68dc24..ac1a09615 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)