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:
cbd48ba
)
Constify bn_dump1 implementation so that it matches the prototype
author
Bodo Möller
<bodo@openssl.org>
Fri, 17 Nov 2000 08:36:10 +0000
(08:36 +0000)
committer
Bodo Möller
<bodo@openssl.org>
Fri, 17 Nov 2000 08:36:10 +0000
(08:36 +0000)
in bn.h
crypto/bn/bn_print.c
patch
|
blob
|
history
diff --git
a/crypto/bn/bn_print.c
b/crypto/bn/bn_print.c
index 532e66bcc3976bc305db799e9a95c23c978d63b9..d1986d72d0fcfa30b2e6167c5b8115745fb7c8d0 100644
(file)
--- a/
crypto/bn/bn_print.c
+++ b/
crypto/bn/bn_print.c
@@
-321,7
+321,7
@@
end:
#endif
#ifdef BN_DEBUG
-void bn_dump1(FILE *o, const char *a, BN_ULONG *b,int n)
+void bn_dump1(FILE *o, const char *a,
const
BN_ULONG *b,int n)
{
int i;
fprintf(o, "%s=", a);