Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
[openssl.git] / crypto / cms / cms_ess.c
index 7a617c3419c3cb19d4bc47de49fdfc8a39075629..287bcf86c01a5cda81b5aed2a61d7f456a740427 100644 (file)
@@ -117,7 +117,7 @@ int ess_check_signing_certs(CMS_SignerInfo *si, STACK_OF(X509) *chain)
 CMS_ReceiptRequest *CMS_ReceiptRequest_create0_ex(
     unsigned char *id, int idlen, int allorfirst,
     STACK_OF(GENERAL_NAMES) *receiptList, STACK_OF(GENERAL_NAMES) *receiptsTo,
-    OPENSSL_CTX *libctx, const char *propq)
+    OSSL_LIB_CTX *libctx, const char *propq)
 {
     CMS_ReceiptRequest *rr;