Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
[openssl.git] / crypto / asn1 / a_digest.c
index 66c99862e5aef586ed9681894f4a2a417655bf88..a9709e9bc151f8df80212e12353d4df87a890b25 100644 (file)
@@ -55,7 +55,7 @@ int ASN1_digest(i2d_of_void *i2d, const EVP_MD *type, char *data,
 
 int asn1_item_digest_ex(const ASN1_ITEM *it, const EVP_MD *md, void *asn,
                         unsigned char *data, unsigned int *len,
-                        OPENSSL_CTX *libctx, const char *propq)
+                        OSSL_LIB_CTX *libctx, const char *propq)
 {
     int i, ret = 0;
     unsigned char *str = NULL;