summaryrefslogtreecommitdiffstats
path: root/crypto/dsa/dsa_local.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/dsa/dsa_local.h')
-rw-r--r--crypto/dsa/dsa_local.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/dsa/dsa_local.h b/crypto/dsa/dsa_local.h
index 7b43ec6108..240e84f11e 100644
--- a/crypto/dsa/dsa_local.h
+++ b/crypto/dsa/dsa_local.h
@@ -32,7 +32,7 @@ struct dsa_st {
/* functional reference if 'meth' is ENGINE-provided */
ENGINE *engine;
CRYPTO_RWLOCK *lock;
- OPENSSL_CTX *libctx;
+ OSSL_LIB_CTX *libctx;
/* Provider data */
size_t dirty_cnt; /* If any key material changes, increment this */