Make text line up.

This commit is contained in:
Dr. Stephen Henson 2009-06-30 22:29:24 +00:00
parent e7e7f5de4b
commit abe389fd28

View file

@ -178,7 +178,7 @@ int SSL_SESSION_print(BIO *bp, const SSL_SESSION *x)
} }
else 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 #endif