From: Dr. Stephen Henson Date: Tue, 30 Jun 2009 22:29:24 +0000 (+0000) Subject: Make text line up. X-Git-Tag: OpenSSL_0_9_8m-beta1~178 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=abe389fd285a337065539486afbe4526677b9169;p=oweals%2Fopenssl.git Make text line up. --- 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