Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
[openssl.git] / crypto / asn1 / a_verify.c
index d8cea688d5205add5b5e7f1bfb1b2ccd5415411e..834c3ab198b26be35bf2cabe92201ac28d7ed073 100644 (file)
@@ -95,7 +95,7 @@ int ASN1_item_verify(const ASN1_ITEM *it, const X509_ALGOR *alg,
 int ASN1_item_verify_ex(const ASN1_ITEM *it, const X509_ALGOR *alg,
                         const ASN1_BIT_STRING *signature, const void *data,
                         const ASN1_OCTET_STRING *id, EVP_PKEY *pkey,
-                        OPENSSL_CTX *libctx, const char *propq)
+                        OSSL_LIB_CTX *libctx, const char *propq)
 {
     EVP_MD_CTX *ctx;
     int rv = -1;