Refactor the async wait fd logic
[openssl.git] / ssl / ssl_locl.h
index f4d1ddcbc42e94e9c91805e09f5b3d3e61f2f1f5..4fc079baedb425c16860e79f868f0a4fa34412c8 100644 (file)
@@ -1175,6 +1175,7 @@ struct ssl_st {
 
     /* Async Job info */
     ASYNC_JOB *job;
+    ASYNC_WAIT_CTX *waitctx;
 };