Merge Nokia copyright notice into standard
[openssl.git] / doc / man3 / BIO_s_connect.pod
index 2143acd0992543b7d7098124941a5a2e5561128c..be2f4e50026ce595daf23f3737a4fa56bf2fe28e 100644 (file)
@@ -174,7 +174,7 @@ to retrieve a page and copy the result to standard output.
      exit(1);
  }
  BIO_puts(cbio, "GET / HTTP/1.0\n\n");
- for ( ; ; ) {
+ for (;;) {
      len = BIO_read(cbio, tmpbuf, 1024);
      if (len <= 0)
          break;