#undef bn_div_words as it is defined for FIPS builds.

This commit is contained in:
Dr. Stephen Henson 2011-06-10 14:03:27 +00:00
parent 3096d53b46
commit f41154b206

View 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" \