From abe389fd285a337065539486afbe4526677b9169 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Tue, 30 Jun 2009 22:29:24 +0000 Subject: [PATCH] Make text line up. --- ssl/ssl_txt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssl/ssl_txt.c b/ssl/ssl_txt.c index b95344ae48..136a308f44 100644 --- a/ssl/ssl_txt.c +++ b/ssl/ssl_txt.c @@ -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