#undef bn_div_words as it is defined for FIPS builds.
[openssl.git] / crypto / bn / bn_div.c
index 2c5a4b13cfb1cdc506290ba1262f5e5a8efec6e9..92ef8cb918bd6ce61432a9db43b8f80fa0006828 100644 (file)
@@ -143,6 +143,7 @@ int BN_div(BIGNUM *dv, BIGNUM *rem, const BIGNUM *m, const BIGNUM *d,
     *
     *                                  <appro@fy.chalmers.se>
     */
+#undef bn_div_words
 #  define bn_div_words(n0,n1,d0)               \
        ({  asm volatile (                      \
                "divl   %4"                     \