X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fbn%2Fbn_div.c;h=36beea2296b822901cb27f47380704daa444eb9a;hp=830da87f58e047f7156a0b2aacd2195bb3495480;hb=a4af39ac4482355ffdd61fb61231a0c79b96997b;hpb=63daa2aaf40f701ef2f79419fb938290f3f149ff diff --git a/crypto/bn/bn_div.c b/crypto/bn/bn_div.c index 830da87f58..36beea2296 100644 --- a/crypto/bn/bn_div.c +++ b/crypto/bn/bn_div.c @@ -207,7 +207,7 @@ int BN_div(BIGNUM *dv, BIGNUM *rm, const BIGNUM *num, const BIGNUM *divisor, #if !defined(NO_ASM) && !defined(PEDANTIC) # if defined(__GNUC__) && __GNUC__>=2 -# if defined(__i386) +# if defined(__i386) && !defined(__sun) /* * There were two reasons for implementing this template: * - GNU C generates a call to a function (__udivdi3 to be exact)