Make text line up.
authorDr. Stephen Henson <steve@openssl.org>
Tue, 30 Jun 2009 22:29:24 +0000 (22:29 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Tue, 30 Jun 2009 22:29:24 +0000 (22:29 +0000)
ssl/ssl_txt.c

index b95344ae48b745d672d49621236cf0703cffd580..136a308f44d22858b8ad5843b522462abe0c92f7 100644 (file)
@@ -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