projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e7e7f5d
)
Make text line up.
author
Dr. Stephen Henson
<steve@openssl.org>
Tue, 30 Jun 2009 22:29:24 +0000
(22:29 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Tue, 30 Jun 2009 22:29:24 +0000
(22:29 +0000)
ssl/ssl_txt.c
patch
|
blob
|
history
diff --git
a/ssl/ssl_txt.c
b/ssl/ssl_txt.c
index b95344ae48b745d672d49621236cf0703cffd580..136a308f44d22858b8ad5843b522462abe0c92f7 100644
(file)
--- 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