New NO_INLINE_ASM macro. Primary target for the moment is Solaris x86
[openssl.git] / crypto / bn / bn_div.c
index 31062b7db263cd6a180674f1bc0f2424f07e6c46..07af1d3b449b2c98baf9c9bbc9a208f8b2434dfd 100644 (file)
@@ -126,7 +126,7 @@ int BN_div(BIGNUM *dv, BIGNUM *rem, const BIGNUM *m, const BIGNUM *d,
 
 #else
 
-#if !defined(NO_ASM) && !defined(PEDANTIC) && !defined(BN_DIV3W)
+#if !defined(NO_ASM) && !defined(NO_INLINE_ASM) && !defined(PEDANTIC) && !defined(BN_DIV3W)
 # if defined(__GNUC__) && __GNUC__>=2
 #  if defined(__i386)
    /*