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:
7f56097
)
Make the definition of bn_add_words() match the definition.
author
Richard Levitte
<levitte@openssl.org>
Sat, 18 Nov 2000 20:49:02 +0000
(20:49 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Sat, 18 Nov 2000 20:49:02 +0000
(20:49 +0000)
crypto/bn/bn_asm.c
patch
|
blob
|
history
diff --git
a/crypto/bn/bn_asm.c
b/crypto/bn/bn_asm.c
index a5dc574fd8f5c258915ef0a43aeb05d68217401c..be8aa3ffc5a4717cf43f81597f4f3a2f5d8a22bf 100644
(file)
--- a/
crypto/bn/bn_asm.c
+++ b/
crypto/bn/bn_asm.c
@@
-296,7
+296,7
@@
BN_ULONG bn_div_words(BN_ULONG h, BN_ULONG l, BN_ULONG d)
#endif /* !defined(BN_LLONG) && defined(BN_DIV2W) */
#ifdef BN_LLONG
-BN_ULONG bn_add_words(BN_ULONG *r,
BN_ULONG *a,
BN_ULONG *b, int n)
+BN_ULONG bn_add_words(BN_ULONG *r,
const BN_ULONG *a, const
BN_ULONG *b, int n)
{
BN_ULLONG ll=0;