X-Git-Url: https://git.openssl.org/?a=blobdiff_plain;f=crypto%2Fasn1%2Fa_digest.c;fp=crypto%2Fasn1%2Fa_digest.c;h=a9709e9bc151f8df80212e12353d4df87a890b25;hb=b425001010044adbdbcd98f8682694b30b73bbf4;hp=66c99862e5aef586ed9681894f4a2a417655bf88;hpb=29000e43ea257bf54f6ccb2064b3744853b821b2;p=openssl.git diff --git a/crypto/asn1/a_digest.c b/crypto/asn1/a_digest.c index 66c99862e5..a9709e9bc1 100644 --- a/crypto/asn1/a_digest.c +++ b/crypto/asn1/a_digest.c @@ -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;