diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libcrypto/bn/bn_div.c | 3 | ||||
-rw-r--r-- | src/lib/libssl/src/crypto/bn/bn_div.c | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/src/lib/libcrypto/bn/bn_div.c b/src/lib/libcrypto/bn/bn_div.c index 3774a63611..2f45a412b4 100644 --- a/src/lib/libcrypto/bn/bn_div.c +++ b/src/lib/libcrypto/bn/bn_div.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: bn_div.c,v 1.19 2014/06/12 15:49:28 deraadt Exp $ */ | 1 | /* $OpenBSD: bn_div.c,v 1.20 2014/06/27 22:02:07 miod Exp $ */ |
2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
3 | * All rights reserved. | 3 | * All rights reserved. |
4 | * | 4 | * |
@@ -209,6 +209,7 @@ BN_div(BIGNUM *dv, BIGNUM *rm, const BIGNUM *num, const BIGNUM *divisor, | |||
209 | wnum.top = div_n; | 209 | wnum.top = div_n; |
210 | /* only needed when BN_ucmp messes up the values between top and max */ | 210 | /* only needed when BN_ucmp messes up the values between top and max */ |
211 | wnum.dmax = snum->dmax - loop; /* so we don't step out of bounds */ | 211 | wnum.dmax = snum->dmax - loop; /* so we don't step out of bounds */ |
212 | wnum.flags = snum->flags | BN_FLG_STATIC_DATA; | ||
212 | 213 | ||
213 | /* Get the top 2 words of sdiv */ | 214 | /* Get the top 2 words of sdiv */ |
214 | /* div_n=sdiv->top; */ | 215 | /* div_n=sdiv->top; */ |
diff --git a/src/lib/libssl/src/crypto/bn/bn_div.c b/src/lib/libssl/src/crypto/bn/bn_div.c index 3774a63611..2f45a412b4 100644 --- a/src/lib/libssl/src/crypto/bn/bn_div.c +++ b/src/lib/libssl/src/crypto/bn/bn_div.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: bn_div.c,v 1.19 2014/06/12 15:49:28 deraadt Exp $ */ | 1 | /* $OpenBSD: bn_div.c,v 1.20 2014/06/27 22:02:07 miod Exp $ */ |
2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
3 | * All rights reserved. | 3 | * All rights reserved. |
4 | * | 4 | * |
@@ -209,6 +209,7 @@ BN_div(BIGNUM *dv, BIGNUM *rm, const BIGNUM *num, const BIGNUM *divisor, | |||
209 | wnum.top = div_n; | 209 | wnum.top = div_n; |
210 | /* only needed when BN_ucmp messes up the values between top and max */ | 210 | /* only needed when BN_ucmp messes up the values between top and max */ |
211 | wnum.dmax = snum->dmax - loop; /* so we don't step out of bounds */ | 211 | wnum.dmax = snum->dmax - loop; /* so we don't step out of bounds */ |
212 | wnum.flags = snum->flags | BN_FLG_STATIC_DATA; | ||
212 | 213 | ||
213 | /* Get the top 2 words of sdiv */ | 214 | /* Get the top 2 words of sdiv */ |
214 | /* div_n=sdiv->top; */ | 215 | /* div_n=sdiv->top; */ |