summaryrefslogtreecommitdiffstats
path: root/crypto/async/async_local.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/async/async_local.h')
-rw-r--r--crypto/async/async_local.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/async/async_local.h b/crypto/async/async_local.h
index 8caa71cef4..c06f413cf6 100644
--- a/crypto/async/async_local.h
+++ b/crypto/async/async_local.h
@@ -43,7 +43,7 @@ struct async_job_st {
int ret;
int status;
ASYNC_WAIT_CTX *waitctx;
- OPENSSL_CTX *libctx;
+ OSSL_LIB_CTX *libctx;
};
struct fd_lookup_st {