X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fbn%2Fbn_div.c;h=830da87f58e047f7156a0b2aacd2195bb3495480;hp=36beea2296b822901cb27f47380704daa444eb9a;hb=3b14cb717defe41cebbe5524ff9d5ae84260a005;hpb=55f30198ad4314baaa276e1a1156c046d5ad823f diff --git a/crypto/bn/bn_div.c b/crypto/bn/bn_div.c index 36beea2296..830da87f58 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) && !defined(__sun) +# if defined(__i386) /* * There were two reasons for implementing this template: * - GNU C generates a call to a function (__udivdi3 to be exact)