summaryrefslogtreecommitdiff
path: root/crypto/bn/bn_ctx.c
diff options
context:
space:
mode:
authorkyungwook tak <k.tak@samsung.com>2015-03-12 11:36:31 +0900
committerkyungwook tak <k.tak@samsung.com>2015-03-12 11:42:31 +0900
commit057bf157b3a518b7a0fa333c5d4c907df5b9cb4a (patch)
treeb4ee9b579b660890d23f72d4ea098e72f1a484de /crypto/bn/bn_ctx.c
parentb87d7a90f2f67d906be0ee4d2ed9c4fa189d39a9 (diff)
downloadopenssl-upstream/1.0.1l.tar.gz
openssl-upstream/1.0.1l.tar.bz2
openssl-upstream/1.0.1l.zip
Imported Upstream version 1.0.1lupstream/1.0.1l
Change-Id: I99680d38528c4117e59bb5377cc54820b22b93a2
Diffstat (limited to 'crypto/bn/bn_ctx.c')
-rw-r--r--crypto/bn/bn_ctx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/bn/bn_ctx.c b/crypto/bn/bn_ctx.c
index 3f2256f..90aa3ae 100644
--- a/crypto/bn/bn_ctx.c
+++ b/crypto/bn/bn_ctx.c
@@ -158,7 +158,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);