#undef bn_div_words as it is defined for FIPS builds.
This commit is contained in:
parent
3096d53b46
commit
f41154b206
@ -143,6 +143,7 @@ int BN_div(BIGNUM *dv, BIGNUM *rem, const BIGNUM *m, const BIGNUM *d,
|
|||||||
*
|
*
|
||||||
* <appro@fy.chalmers.se>
|
* <appro@fy.chalmers.se>
|
||||||
*/
|
*/
|
||||||
|
#undef bn_div_words
|
||||||
# define bn_div_words(n0,n1,d0) \
|
# define bn_div_words(n0,n1,d0) \
|
||||||
({ asm volatile ( \
|
({ asm volatile ( \
|
||||||
"divl %4" \
|
"divl %4" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user