Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
[openssl.git] / crypto / pkcs7 / pk7_local.h
index b9f9c35340c8c3785b630b508e6dfb9b5bd4501c..5db0127e1d1d18a995feea2e9f61368c738f1c98 100644 (file)
@@ -10,5 +10,5 @@
 #include "crypto/pkcs7.h"
 
 const PKCS7_CTX *pkcs7_get0_ctx(const PKCS7 *p7);
-OPENSSL_CTX *pkcs7_ctx_get0_libctx(const PKCS7_CTX *ctx);
+OSSL_LIB_CTX *pkcs7_ctx_get0_libctx(const PKCS7_CTX *ctx);
 const char *pkcs7_ctx_get0_propq(const PKCS7_CTX *ctx);