projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3096d53
)
#undef bn_div_words as it is defined for FIPS builds.
author
Dr. Stephen Henson
<steve@openssl.org>
Fri, 10 Jun 2011 14:03:27 +0000
(14:03 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Fri, 10 Jun 2011 14:03:27 +0000
(14:03 +0000)
crypto/bn/bn_div.c
patch
|
blob
|
history
diff --git
a/crypto/bn/bn_div.c
b/crypto/bn/bn_div.c
index 2c5a4b13cfb1cdc506290ba1262f5e5a8efec6e9..92ef8cb918bd6ce61432a9db43b8f80fa0006828 100644
(file)
--- a/
crypto/bn/bn_div.c
+++ b/
crypto/bn/bn_div.c
@@
-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" \