Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
[openssl.git] / crypto / cms / cms_dd.c
index 6b3796e7c0dc9a069aa4a182414b626c77ddca06..fd9ea7e342db509de95360ae3fe5d3ed23c6ce4e 100644 (file)
@@ -18,7 +18,8 @@
 /* CMS DigestedData Utilities */
 
 CMS_ContentInfo *cms_DigestedData_create(const EVP_MD *md,
 /* CMS DigestedData Utilities */
 
 CMS_ContentInfo *cms_DigestedData_create(const EVP_MD *md,
-                                         OPENSSL_CTX *libctx, const char *propq)
+                                         OSSL_LIB_CTX *libctx,
+                                         const char *propq)
 {
     CMS_ContentInfo *cms;
     CMS_DigestedData *dd;
 {
     CMS_ContentInfo *cms;
     CMS_DigestedData *dd;