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:
a015758
)
Clear warnings/errors within BN_CTX_DEBUG code sections
author
Richard Levitte
<levitte@openssl.org>
Tue, 16 Dec 2014 00:38:39 +0000
(
01:38
+0100)
committer
Richard Levitte
<levitte@openssl.org>
Wed, 17 Dec 2014 09:15:09 +0000
(10:15 +0100)
Reviewed-by: Tim Hudson <tjh@openssl.org>
crypto/bn/bn_ctx.c
patch
|
blob
|
history
diff --git
a/crypto/bn/bn_ctx.c
b/crypto/bn/bn_ctx.c
index 9fe87519ee7de2ec17cd13476e46bff3c9f76bff..d5eb02268d325a47e3f78c870d2c09f8856ae5ad 100644
(file)
--- a/
crypto/bn/bn_ctx.c
+++ b/
crypto/bn/bn_ctx.c
@@
-159,7
+159,7
@@
static void ctxdbg(BN_CTX *ctx)
unsigned int bnidx = 0, fpidx = 0;
BN_POOL_ITEM *item = ctx->pool.head;
BN_STACK *stack = &ctx->stack;
- fprintf(stderr,"(%
08x): ", (unsigned int)
ctx);
+ fprintf(stderr,"(%
16p): ",
ctx);
while(bnidx < ctx->used)
{
fprintf(stderr,"%03x ", item->vals[bnidx++ % BN_CTX_POOL_SIZE].dmax);