#undef bn_div_words as it is defined for FIPS builds.
authorDr. Stephen Henson <steve@openssl.org>
Fri, 10 Jun 2011 14:03:27 +0000 (14:03 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Fri, 10 Jun 2011 14:03:27 +0000 (14:03 +0000)
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"                     \