Make text line up.
This commit is contained in:
parent
e7e7f5de4b
commit
abe389fd28
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ int SSL_SESSION_print(BIO *bp, const SSL_SESSION *x)
|
|||
}
|
||||
else
|
||||
{
|
||||
if (BIO_printf(bp,"\n Compression: %d (%s)", comp->id,comp->method->name) <= 0) goto err;
|
||||
if (BIO_printf(bp,"\n Compression: %d (%s)", comp->id,comp->method->name) <= 0) goto err;
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue