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:
cf802b9
)
match the prototype
author
Ulf Möller
<ulf@openssl.org>
Tue, 1 Feb 2000 23:47:24 +0000
(23:47 +0000)
committer
Ulf Möller
<ulf@openssl.org>
Tue, 1 Feb 2000 23:47:24 +0000
(23:47 +0000)
crypto/bn/bn_div.c
patch
|
blob
|
history
diff --git
a/crypto/bn/bn_div.c
b/crypto/bn/bn_div.c
index f15eced0cfa0fea8fb83e731b6ee1351b88ac60c..d8c31e1db00ce1d3daa7145ac031eb1f2ddc15c2 100644
(file)
--- a/
crypto/bn/bn_div.c
+++ b/
crypto/bn/bn_div.c
@@
-63,7
+63,8
@@
/* The old slow way */
#if 0
-int BN_div(BIGNUM *dv, BIGNUM *rem, BIGNUM *m, BIGNUM *d, BN_CTX *ctx)
+int BN_div(BIGNUM *dv, BIGNUM *rem, const BIGNUM *m, const BIGNUM *d,
+ BN_CTX *ctx)
{
int i,nm,nd;
BIGNUM *D;