Document importance of CTLOG_STORE outliving SCT if SCT_set0_log is used
[oweals/openssl.git] / include / openssl / async.h
index 4b081b3bbdde5fdc5b064659acea31fd15049ad4..635855f25887f3a35de14eb14b3b84baec7be6ec 100644 (file)
@@ -96,6 +96,8 @@ int ASYNC_WAIT_CTX_get_changed_fds(ASYNC_WAIT_CTX *ctx, OSSL_ASYNC_FD *addfd,
                                    size_t *numdelfds);
 int ASYNC_WAIT_CTX_clear_fd(ASYNC_WAIT_CTX *ctx, const void *key);
 
+int ASYNC_is_capable(void);
+
 int ASYNC_start_job(ASYNC_JOB **job, ASYNC_WAIT_CTX *ctx, int *ret,
                     int (*func)(void *), void *args, size_t size);
 int ASYNC_pause_job(void);