Use randomness not entropy
[openssl.git] / doc / man3 / BIO_f_ssl.pod
index 2bc9afea6f2a5b262ce969b1859b52c8ba106a15..1da14897f038d62dca11236af062fa30b4069521 100644 (file)
@@ -241,12 +241,6 @@ a client and also echoes the request to standard output.
      exit(1);
  }
 
- if (BIO_do_accept(acpt) <= 0) {
-     fprintf(stderr, "Error in connection\n");
-     ERR_print_errors_fp(stderr);
-     exit(1);
- }
-
  /* We only want one connection so remove and free accept BIO */
  sbio = BIO_pop(acpt);
  BIO_free_all(acpt);