Update documentation for the new PSK behaviour
[openssl.git] / doc / man3 / ASYNC_start_job.pod
index e6ccf55c4df51adba8e08e1c2563ecdedc7a8a94..21b77a96b95ea309b2cd3a1f65e6a51011345fee 100644 (file)
@@ -187,6 +187,7 @@ The following example demonstrates how to use most of the core async APIs:
  void cleanup(ASYNC_WAIT_CTX *ctx, const void *key, OSSL_ASYNC_FD r, void *vw)
  {
      OSSL_ASYNC_FD *w = (OSSL_ASYNC_FD *)vw;
+
      close(r);
      close(*w);
      OPENSSL_free(w);