diff options
Diffstat (limited to 'src/lib/libcrypto/bn/bn_div.c')
| -rw-r--r-- | src/lib/libcrypto/bn/bn_div.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/libcrypto/bn/bn_div.c b/src/lib/libcrypto/bn/bn_div.c index 7b2403185e..52b3304293 100644 --- a/src/lib/libcrypto/bn/bn_div.c +++ b/src/lib/libcrypto/bn/bn_div.c | |||
| @@ -141,7 +141,6 @@ int BN_div(BIGNUM *dv, BIGNUM *rem, const BIGNUM *m, const BIGNUM *d, | |||
| 141 | * | 141 | * |
| 142 | * <appro@fy.chalmers.se> | 142 | * <appro@fy.chalmers.se> |
| 143 | */ | 143 | */ |
| 144 | #undef bn_div_words | ||
| 145 | # define bn_div_words(n0,n1,d0) \ | 144 | # define bn_div_words(n0,n1,d0) \ |
| 146 | ({ asm volatile ( \ | 145 | ({ asm volatile ( \ |
| 147 | "divl %4" \ | 146 | "divl %4" \ |
| @@ -156,7 +155,6 @@ int BN_div(BIGNUM *dv, BIGNUM *rem, const BIGNUM *m, const BIGNUM *d, | |||
| 156 | * Same story here, but it's 128-bit by 64-bit division. Wow! | 155 | * Same story here, but it's 128-bit by 64-bit division. Wow! |
| 157 | * <appro@fy.chalmers.se> | 156 | * <appro@fy.chalmers.se> |
| 158 | */ | 157 | */ |
| 159 | # undef bn_div_words | ||
| 160 | # define bn_div_words(n0,n1,d0) \ | 158 | # define bn_div_words(n0,n1,d0) \ |
| 161 | ({ asm volatile ( \ | 159 | ({ asm volatile ( \ |
| 162 | "divq %4" \ | 160 | "divq %4" \ |
