Removes the SCT_verify* POD
[openssl.git] / test / asynctest.c
index 026536b065fb3b283e78940d44331a1cede87205..5057ce1d46cf89de9dc6516049b88f70abe9dc16 100644 (file)
@@ -56,7 +56,7 @@ static int waitfd(void *args)
     waitctx = ASYNC_get_wait_ctx(job);
     if (waitctx == NULL)
         return 0;
-    if(!ASYNC_WAIT_CTX_set_wait_fd(waitctx, waitctx, MAGIC_WAIT_FD, NULL, NULL))
+    if (!ASYNC_WAIT_CTX_set_wait_fd(waitctx, waitctx, MAGIC_WAIT_FD, NULL, NULL))
         return 0;
     ASYNC_pause_job();