Solaris x86 assembler problem is already addressed in ./config
[openssl.git] / crypto / bn / bn_div.c
index 36beea2296b822901cb27f47380704daa444eb9a..830da87f58e047f7156a0b2aacd2195bb3495480 100644 (file)
@@ -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)