]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/dsa/dsa_local.h
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
[thirdparty/openssl.git] / crypto / dsa / dsa_local.h
index 7b43ec610821b3235c874192c5b3b33401d3972c..240e84f11e1adbedf74b227fec9bc9148a4b15d1 100644 (file)
@@ -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 */