Commit d2625fd6 authored by Ben Laurie's avatar Ben Laurie
Browse files

Clean up layout.

parent b98af49d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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'") &&