Two digits is not wide enough.
This commit is contained in:
parent
6cfab29b71
commit
7de819237d
@ -161,7 +161,7 @@ static void ctxdbg(BN_CTX *ctx)
|
||||
fprintf(stderr,"(%08x): ", (unsigned int)ctx);
|
||||
while(bnidx < ctx->used)
|
||||
{
|
||||
fprintf(stderr,"%02x ", item->vals[bnidx++ % BN_CTX_POOL_SIZE].dmax);
|
||||
fprintf(stderr,"%03x ", 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++;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user