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:
b98af49
)
Clean up layout.
author
Ben Laurie
<ben@links.org>
Thu, 5 Sep 2013 16:28:05 +0000
(17:28 +0100)
committer
Ben Laurie
<ben@links.org>
Thu, 5 Sep 2013 16:28:05 +0000
(17:28 +0100)
apps/s_client.c
patch
|
blob
|
history
diff --git
a/apps/s_client.c
b/apps/s_client.c
index 3089a97176935a81cf5d7181ffea3191e465cf67..a2876b8b68b580674e4f879adc7af1d588549d22 100644
(file)
--- a/
apps/s_client.c
+++ b/
apps/s_client.c
@@
-1677,7
+1677,8
@@
SSL_set_tlsext_status_ids(con, ids);
int seen = 0;
BIO_printf(sbio,"<stream:stream "
"xmlns:stream='http://etherx.jabber.org/streams' "
- "xmlns='jabber:client' to='%s' version='1.0'>", xmpphost? xmpphost:host);
+ "xmlns='jabber:client' to='%s' version='1.0'>", xmpphost ?
+ xmpphost : host);
seen = BIO_read(sbio,mbuf,BUFSIZZ);
mbuf[seen] = 0;
while (!strstr(mbuf, "<starttls xmlns='urn:ietf:params:xml:ns:xmpp-tls'") &&