X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fcms%2Fcms_dd.c;h=fd9ea7e342db509de95360ae3fe5d3ed23c6ce4e;hp=6b3796e7c0dc9a069aa4a182414b626c77ddca06;hb=b425001010044adbdbcd98f8682694b30b73bbf4;hpb=29000e43ea257bf54f6ccb2064b3744853b821b2 diff --git a/crypto/cms/cms_dd.c b/crypto/cms/cms_dd.c index 6b3796e7c0..fd9ea7e342 100644 --- a/crypto/cms/cms_dd.c +++ b/crypto/cms/cms_dd.c @@ -18,7 +18,8 @@ /* 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;