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:
21b25ed
)
Update from 1.0.0-stable.
author
Dr. Stephen Henson
<steve@openssl.org>
Mon, 15 Jun 2009 10:27:22 +0000
(10:27 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Mon, 15 Jun 2009 10:27:22 +0000
(10:27 +0000)
crypto/bn/bn_ctx.c
patch
|
blob
|
history
diff --git
a/crypto/bn/bn_ctx.c
b/crypto/bn/bn_ctx.c
index b3452f1a91e31081e18667e25c49790b5b5a876a..3f2256f67575aeca46c110ba8416bfba1daa60af 100644
(file)
--- a/
crypto/bn/bn_ctx.c
+++ b/
crypto/bn/bn_ctx.c
@@
-161,7
+161,7
@@
static void ctxdbg(BN_CTX *ctx)
fprintf(stderr,"(%08x): ", (unsigned int)ctx);
while(bnidx < ctx->used)
{
- fprintf(stderr,"%0
2
x ", item->vals[bnidx++ % BN_CTX_POOL_SIZE].dmax);
+ fprintf(stderr,"%0
3
x ", item->vals[bnidx++ % BN_CTX_POOL_SIZE].dmax);
if(!(bnidx % BN_CTX_POOL_SIZE))
item = item->next;
}
@@
-171,8
+171,8
@@
static void ctxdbg(BN_CTX *ctx)
while(fpidx < stack->depth)
{
while(bnidx++ < stack->indexes[fpidx])
- fprintf(stderr," ");
- fprintf(stderr,"^^ ");
+ fprintf(stderr,"
");
+ fprintf(stderr,"^^
^
");
bnidx++;
fpidx++;
}